From a4f21789a4f848a230fa8bba0930fdf356f50929 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 Signed-off-by: Fiona Borthwick --- 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 @@ 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.39.5