Bugzilla – Attachment 172023 Details for
Bug 33454
Improve breadcrumbs for patron lists
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33454: Improved breadcrumbs for patron lists
Bug-33454-Improved-breadcrumbs-for-patron-lists.patch (text/plain), 1.31 KB, created by
PTFS Europe Sandboxes
on 2024-09-26 19:04:05 UTC
(
hide
)
Description:
Bug 33454: Improved breadcrumbs for patron lists
Filename:
MIME Type:
Creator:
PTFS Europe Sandboxes
Created:
2024-09-26 19:04:05 UTC
Size:
1.31 KB
patch
obsolete
>From a4f21789a4f848a230fa8bba0930fdf356f50929 Mon Sep 17 00:00:00 2001 >From: Eric Garcia <cubingguy714@gmail.com> >Date: Mon, 8 Jul 2024 19:12:13 +0000 >Subject: [PATCH] Bug 33454: Improved breadcrumbs for patron lists > >To test: >1. Apply patch >2. Tools -> Patron lists >3. Create a new patron list >4. Click on the name of your new list >5. Notice the breadcrumbs are changed to "Add patron to 'LIST NAME'" >6. Return to Patron lists >7. In your patron list select Actions -> Add patrons >8. Notice the breadcrumbs are the same > >Signed-off-by: Fiona Borthwick <fiona.borthwick@ptfs-europe.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt >index ca60c7110c..132d1d438b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt >@@ -44,7 +44,7 @@ > <a href="lists.pl">Patron lists</a> > [% END %] > [% WRAPPER breadcrumb_item bc_active= 1 %] >- [% list.name | html %] >+ Add patrons to [% list.name | html %] > [% END %] > [% END #/ WRAPPER breadcrumbs %] > [% END #/ WRAPPER sub-header.inc %] >-- >2.39.5
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 33454
:
168615
| 172023 |
175960