From b5043b8b4d22b330e505f6011a8a43c936f6db7f 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 --- 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 91f29988fe..e3d80a0a63 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