Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bareos/bareos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/webui
diff options
context:
space:
mode:
authorFrank Bergkemper <frank.bergkemper@bareos.com>2022-03-11 15:18:11 +0300
committerPhilipp Storz <philipp.storz@bareos.com>2022-03-13 16:32:59 +0300
commit088bbe0a51167dd3552fe333172b7c5644f0965f (patch)
tree299aa00f1817290a65b99a7b32e798944b338d3c /webui
parent2f6672aeb90fb47fa351c291e570c5a24896c941 (diff)
webui: change login button color for visibility
Diffstat (limited to 'webui')
-rw-r--r--webui/module/Auth/view/auth/auth/login.phtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/webui/module/Auth/view/auth/auth/login.phtml b/webui/module/Auth/view/auth/auth/login.phtml
index 978453225..04ef31a32 100644
--- a/webui/module/Auth/view/auth/auth/login.phtml
+++ b/webui/module/Auth/view/auth/auth/login.phtml
@@ -5,7 +5,7 @@
* bareos-webui - Bareos Web-Frontend
*
* @link https://github.com/bareos/bareos for the canonical source repository
- * @copyright Copyright (C) 2013-2020 Bareos GmbH & Co. KG (http://www.bareos.org/)
+ * @copyright Copyright (C) 2013-2022 Bareos GmbH & Co. KG (http://www.bareos.org/)
* @license GNU Affero General Public License (http://www.gnu.org/licenses/)
*
* This program is free software: you can redistribute it and/or modify
@@ -142,7 +142,7 @@ $this->headTitle($title);
<div class="form-group">
<?php
- echo $this->formSubmit($form->get('submit')->setAttribute('class','btn btn-primary'));
+ echo $this->formSubmit($form->get('submit')->setAttribute('class','btn btn-default'));
?>
</div>