From aa82bd7907be2f910aba787969eb042c52196e27 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 Signed-off-by: Jonathan Druart --- 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 82f1fc3ee39..da88fb0343b 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.25.1