Bugzilla – Attachment 168615 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.25 KB, created by
Eric Garcia
on 2024-07-08 19:17:04 UTC
(
hide
)
Description:
Bug 33454: Improved breadcrumbs for patron lists
Filename:
MIME Type:
Creator:
Eric Garcia
Created:
2024-07-08 19:17:04 UTC
Size:
1.25 KB
patch
obsolete
>From cd1e906e62803d29d43046e592837b94c43bfc7e 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 >--- > 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 8e3b25d3b5..6731ec0048 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.30.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 33454
:
168615
|
172023
|
175960