Bugzilla – Attachment 116158 Details for
Bug 27582
Breadcrumb incorrect for POS: Library details page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27582: Fix breadcrumb
Bug-27582-Fix-breadcrumb.patch (text/plain), 1.48 KB, created by
Owen Leonard
on 2021-02-01 14:03:18 UTC
(
hide
)
Description:
Bug 27582: Fix breadcrumb
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2021-02-01 14:03:18 UTC
Size:
1.48 KB
patch
obsolete
>From 0ec985e97add71ede266f7f0f91fc919150b043b Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Mon, 1 Feb 2021 12:13:03 +0000 >Subject: [PATCH] Bug 27582: Fix breadcrumb > >This patch adds a link back to the top level 'Point of sale' page in the >breadcrumb for the 'Library details' summary page. > >Test plan >1/ Enable 'UseCashRegisters' and 'EnablePointOfSale' >2/ Navigate to 'Point of sale' > 'Library details' >3/ Note the breadcrumb now includes the unlinked' Library details' page >title and a linked 'Point of sale' in the list. >4/ Signoff > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/pos/registers.tt | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/registers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/pos/registers.tt >index 65f593a1dc..ebf468c4fc 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/registers.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/pos/registers.tt >@@ -13,7 +13,11 @@ > [% INCLUDE 'header.inc' %] > [% INCLUDE 'circ-search.inc' %] > >- <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › Point of sale</div> >+ <div id="breadcrumbs"> >+ <a href="/cgi-bin/koha/mainpage.pl">Home</a> >+ › <a href="/cgi-bin/koha/pos/pay.pl">Point of sale</a> >+ › Library details >+ </div> > > <div class="main container-fluid"> > <div class="row"> >-- >2.11.0
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 27582
:
116155
|
116158
|
116454