Bug 12211: fix wrong home link in bootstrap public catalog login page
authorFridolin Somers <fridolin.somers@biblibre.com>
Wed, 7 May 2014 15:58:45 +0000 (17:58 +0200)
committerGalen Charlton <gmc@esilibrary.com>
Thu, 22 May 2014 21:12:40 +0000 (21:12 +0000)
In bootstrap opac-auth.tt, the link to "Home" in breadcrumbs leads
to #, it should lead to opac-main.pl like in all other pages.

Test plan :
 - Use boostrap opac theme
 - Go to cgi-bin/koha/opac-user.pl when not logged
=> without patch, clicking on Home does not change the page
=> with patch, clicking on Home leads to opac-main.pl

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Link ok, no errors.

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Works as described.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>

koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt

index e031d90..f2196dd 100644 (file)
@@ -14,8 +14,8 @@
 
 <div class="main">
     <ul class="breadcrumb">
-        <li><a href="#">Home</a> <span class="divider">&rsaquo;</span></li>
-        <li>Log in</li>
+        <li><a href="/cgi-bin/koha/opac-main.pl">Home</a> <span class="divider">&rsaquo;</span></li>
+        <li><a href="#">Log in</a></li>
     </ul>
 
     <div class="container-fluid">