Skip to content

Commit

Permalink
webui: change login copyright and license text color for visibility
Browse files Browse the repository at this point in the history
(cherry picked from commit fd0324c)
  • Loading branch information
fbergkemper authored and pstorz committed Mar 13, 2022
1 parent 3b648af commit 2416ea6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions webui/module/Application/view/layout/login.phtml.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* bareos-webui - Bareos Web-Frontend
*
* @link https://github.com/bareos/bareos for the canonical source repository
* @copyright Copyright (c) 2013-2022 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/)
* @author Frank Bergkemper
*
Expand Down Expand Up @@ -76,6 +76,9 @@ echo $this->doctype();
body {
background: linear-gradient(#0075be 50%, #ffd700 50%);
}
p, a:link, a:visited, a:hover, a:active {
color: #000;
}
</style>

<?php
Expand All @@ -87,7 +90,7 @@ echo $this->doctype();
<br /><br /><br />
<?php echo $this->content; ?>
<br />
<p class="text-muted">
<p>
<a href="@BareosComSubscriptionLink@" title="@BareosComSubscriptionLink@" target="_blank">@BareosGetOfficialBinariesAndSupportOnBareosComLoginPage@</a><br/>
Version <?php echo $bareos_full_version; ?> &copy; 2013 - <?php echo date('Y') ?> <a href="http://www.bareos.com/" target="_blank">Bareos GmbH &amp; Co. KG</a>,<br />
GNU Affero General Public License Version 3
Expand Down

0 comments on commit 2416ea6

Please sign in to comment.