[Koha-bugs] [Bug 12211] Wrong home link in bootstrap opac-auth

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat May 17 02:56:40 CEST 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12211

Bernardo Gonzalez Kriegel <bgkriegel at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bgkriegel at gmail.com

--- Comment #2 from Bernardo Gonzalez Kriegel <bgkriegel at gmail.com> ---
This template file is called from Auth.pm, 
try a fake (opac) login and you will end with this page.

Patch is ok, but to really look like the others, it needs to go from this

<li><a href="#">Home</a> <span class="divider">›</span></li>
<li>Log in</li>

to this

<li><a href="/cgi-bin/koha/opac-main.pl">Home</a> <span
class="divider">›</span></li>
<li><a href="#">Log in</a></li>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list