From 193049656613d735aca778e9462054bde367ec80 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Tue, 15 Nov 2022 17:38:57 +0100 Subject: [PATCH] Bug 32112: Move 'Delete selected items' to its own line This moves the checkbox and its label out of the action field set which makes it appear above the bottons instead of in front of it. To test: * Go to any record * Select items and send to item batch delete * Verify checkbox appears in front of button * Apply patch * Verify the checkbox and the yellow 'delete selected items' button are now on separate lines --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt index 82f1fc3ee3..71fb58cae1 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt @@ -147,8 +147,9 @@

This will delete [% IF ( too_many_items_display ) %]all the[% ELSE %]the selected[% END %] items.

+ +
- [% IF too_many_items_display %] [% ELSE %] -- 2.30.2