From 8b36899625f59c1eb104cfab81cba44812627a4e 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 Signed-off-by: David Nind --- 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..da88fb0343 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