Bugzilla – Attachment 122172 Details for
Bug 28601
Wrong breadcrumb for 'Home' on circulation-home
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28601: Fix 'Home' breadcrumd on circulation-home.pl
Bug-28601-Fix-Home-breadcrumd-on-circulation-homep.patch (text/plain), 1.15 KB, created by
David Nind
on 2021-06-18 19:23:52 UTC
(
hide
)
Description:
Bug 28601: Fix 'Home' breadcrumd on circulation-home.pl
Filename:
MIME Type:
Creator:
David Nind
Created:
2021-06-18 19:23:52 UTC
Size:
1.15 KB
patch
obsolete
>From 95233be9ebafaf6d8680a8412adcd9f76510c731 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Fri, 18 Jun 2021 15:45:42 +0000 >Subject: [PATCH] Bug 28601: Fix 'Home' breadcrumd on circulation-home.pl > >To test: >1 - Got to 'Circulation' >2 - Click 'Home' in breadcrumbs >3 - You are still in circulation home >4 - Apply patch >5 - reload page >6 - Click 'Home' >7 - Success! > >Signed-off-by: David Nind <david@davidnind.com> >--- > .../intranet-tmpl/prog/en/modules/circ/circulation-home.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt >index d4391f1a86..2c67792c2b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt >@@ -12,7 +12,7 @@ > <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb"> > <ol> > <li> >- <a href="#">Home</a> >+ <a href="/cgi-bin/koha/mainpage.pl">Home</a> > </li> > <li> > <a href="#" aria-current="page"> >-- >2.20.1
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 28601
:
122165
|
122172
|
122343