minor bugfix (authorities link missing)
This commit is contained in:
parent
a4a79ba6b4
commit
d90d45b83a
2 changed files with 2 additions and 0 deletions
|
@ -44,6 +44,7 @@ a.catalogue:hover {
|
|||
<a class="members" href="/cgi-bin/koha/members/members-home.pl">Members</a>
|
||||
<a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a>
|
||||
<a class="circulation" href="/cgi-bin/koha/circ/circulation.pl">Circulation</a>
|
||||
<a class="authority" href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a>
|
||||
<a class="reports" href="/cgi-bin/koha/reports-home.pl">Reports</a>
|
||||
<a class="parameters" href="/cgi-bin/koha/admin-home.pl">Parameters</a>
|
||||
<a class="about" href="/cgi-bin/koha/about.pl">About</a>
|
||||
|
|
|
@ -20,6 +20,7 @@ function Help() {
|
|||
color:#FFFFFF;
|
||||
text-decoration: normal;
|
||||
font-weight: bold;
|
||||
background-image:none;
|
||||
}
|
||||
a.reports:hover {
|
||||
background-color: #6b7cbe;
|
||||
|
|
Loading…
Reference in a new issue