From a4631b209649e94d2f3ecef0b4b58a478cd8ec7a Mon Sep 17 00:00:00 2001 From: Caroline Cyr La Rose Date: Tue, 3 Dec 2024 12:21:47 -0500 Subject: [PATCH] Bug 38611: Change 'Staff' to 'Staff interface' in HTML customization locations This patch changes the HTML customization location group 'Staff' to 'Staff interface' to make it less ambiguous for translation. To test: 1. Go to Tools > HTML cutomizations > New entry 2. Look at the possible locations --> Note that there are two groups, OPAC and Staff 3. Apply patch 4. Refresh the page and open the drop-down again --> The groupings are now called OPAC and Staff interface Signed-off-by: Barbara Johnson Signed-off-by: Lisette Scheer --- .../intranet-tmpl/prog/en/modules/tools/additional-contents.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt index d5537d3928f..e17e7c02950 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt @@ -538,7 +538,7 @@ [% END %] [% SET staff_available_options = [ 'IntranetmainUserblock', 'StaffAcquisitionsHome', 'StaffAuthoritiesHome', 'StaffCataloguingHome', 'StaffListsHome', 'StaffPatronsHome', 'StaffPOSHome', 'StaffSerialsHome' ] %] - + [% FOREACH l IN staff_available_options.sort %] [% IF l == location %] -- 2.39.5