From 535c18f262edad4180715a0df23fd3ecfe99a806 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 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. --- 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 8d952c869a..b948090cdd 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.30.2