From 1171a1d435a850880b186d5baeef7308ef9d9e04 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 6 Aug 2018 18:15:10 +0000 Subject: [PATCH] Bug 21164: Fix alignment on new basket form in acquisitions This patch removes some unnecessary " "'s from the template for creating a new basket in acquisitions. This fixes the alignment on the form fields. To test, apply the patch and go to Acquisitions -> Vendor -> New basket. All the form fields should be correctly left-aligned with each other. Signed-off-by: Pierre-Luc Lapointe --- .../prog/en/modules/acqui/basketheader.tt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketheader.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketheader.tt index 240226e..15c64e8 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketheader.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketheader.tt @@ -48,26 +48,26 @@ [% END %]
  • -   - - Required + + + Required
  • -
  • - +
  • +
  • - +
  • -   +
  • -   +
  • -   +
  • [% IF ( contractloop ) %] -- 2.7.4