Bugzilla – Attachment 28398 Details for
Bug 12211
Wrong home link in bootstrap opac-auth
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 12211 - Wrong home link in bootstrap opac-auth
PASSED-QA-Bug-12211---Wrong-home-link-in-bootstrap.patch (text/plain), 1.47 KB, created by
Katrin Fischer
on 2014-05-21 10:40:02 UTC
(
hide
)
Description:
[PASSED QA] Bug 12211 - Wrong home link in bootstrap opac-auth
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2014-05-21 10:40:02 UTC
Size:
1.47 KB
patch
obsolete
>From d71281b64e27fdab7bd7f36ec6ed2042bb158209 Mon Sep 17 00:00:00 2001 >From: Fridolin Somers <fridolin.somers@biblibre.com> >Date: Wed, 7 May 2014 17:58:45 +0200 >Subject: [PATCH] [PASSED QA] Bug 12211 - Wrong home link in bootstrap > opac-auth > >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. >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt >index e031d90..f2196dd 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt >@@ -14,8 +14,8 @@ > > <div class="main"> > <ul class="breadcrumb"> >- <li><a href="#">Home</a> <span class="divider">›</span></li> >- <li>Log in</li> >+ <li><a href="/cgi-bin/koha/opac-main.pl">Home</a> <span class="divider">›</span></li> >+ <li><a href="#">Log in</a></li> > </ul> > > <div class="container-fluid"> >-- >1.8.3.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 12211
:
28030
|
28332
|
28336
| 28398