From eeaeb57f254a04c137a3bec133720523c8a68f8c Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Wed, 20 Jul 2022 16:53:28 +0000 Subject: [PATCH] Bug 31204: Clearly indicate edit buttons are for record modification MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit To test: 1. Apply patch 2. Do a search and select some records 3. On the toolbar (#selection_ops) open the Edit dropdown. 4. The labels should read 'Batch edit records' and 'Batch delete records'. Note: To see both you must have batchmod and batchdelete permission. Signed-off-by: Sally Signed-off-by: Joonas Kylmälä Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 7ce420ed82862e750b7a6a46c66c5cf1587f5e7d) Signed-off-by: Lucas Gass --- koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt index 9de913134c..dd43a8b6f9 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt @@ -178,10 +178,10 @@ [% IF ( CAN_user_tools_records_batchmod || CAN_user_tools_records_batchdel || CAN_user_editcatalogue_edit_catalogue ) %] -- 2.39.5