From cd1e906e62803d29d43046e592837b94c43bfc7e Mon Sep 17 00:00:00 2001 From: Eric Garcia 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 @@ Patron lists [% 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