From 12c9403f063f89c964702219204bc32ccda993a1 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Wed, 16 Nov 2022 21:49:17 +0000 Subject: [PATCH] Bug 32236: Fix alignment of checkbox "Use default values" for item batch modification This moves the label to the right in front of the checkbox. It also shortens the label by adding an additional longer hint text. To test: * Go to cataloguing > item batch modification * On the first page of the tool, look at the checkbox at the bottom * Apply the patch * Verify changes Signed-off-by: David Nind --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod.tt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod.tt index 91f29988fe5..e3d80a0a639 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod.tt @@ -71,10 +71,9 @@ Use default values
  1. - + + + Populate fields with default values from default framework
-- 2.30.2