From f3793652f35fb65226b9a6cc823acc2883b294b3 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 14 Jul 2020 21:30:39 +0000 Subject: [PATCH] Bug 25987: Fix alignment of fields in label batch creation form This patch makes minor markup changes to the template for the label batch creation process so that form fields line up correctly. Unrelated change: A hint has been moved out of the label area to below the textarea in order to conform with established patterns. To test, apply the patch and go to Tools > Label creator > New > Label batch. - In the batch creation form the "Enter by itemnumber" and "Enter by barcode" should be aligned correctly with each other. - The "One number per line..." hint should appear below the textarea. - Test that the form fields are still correctly aligned after adding some items to the batch and the "description" field is shown in the form. --- .../prog/en/modules/labels/label-edit-batch.tt | 23 +++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt index 27282a95b9..24b3de3e4b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt @@ -62,23 +62,28 @@
  1. - - - - -
  2. + + + + +
  3. -
    + +
  4. +
  5. -
-- 2.11.0