From 9ef6877e4fcc67ff75606254fff6a301256c6efc 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. Signed-off-by: Sally --- 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 9e90d7e4fb..e9e40c35b0 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt @@ -188,10 +188,10 @@ [% IF ( CAN_user_tools_records_batchmod || CAN_user_tools_records_batchdel || CAN_user_editcatalogue_edit_catalogue ) %] -- 2.30.2