From 83f87c514e386ff85e303db1925c7a90a34c5070 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Mon, 24 Oct 2022 18:25:21 +0000 Subject: [PATCH] Bug 31929: Radio inputs need to be outside of respective labels 1. Apply patch 2. Go to Acquisitions and edit or create a vendor. 3. Look at the radio buttons in the Ordering information section. 4. They should be properly aligned. 5. Make sure the form still works and you can save changes. Signed-off-by: Katrin Fischer --- .../prog/en/modules/acqui/supplier.tt | 80 ++++++++----------- 1 file changed, 32 insertions(+), 48 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt index 934b18be67..dbd0ab6c50 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt @@ -201,19 +201,15 @@ Ordering information
  1. [% IF ( active ) %] - - + + + + [% ELSE %] - - + + + + [% END %]
  2. - - + + + + [% ELSE %] - - + + + + [% END %]
  3. [% IF ( listincgst ) %] - - + + + + [% ELSE %] - - + + + + [% END %]
  4. [% IF ( invoiceincgst ) %] - - + + + + [% ELSE %] - - + + + + [% END %]
  5. [% IF gst_values %] -- 2.30.2