From f800ddd53f2a5e260d8afbc87158b93735144b46 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Tue, 8 Nov 2022 14:48:21 +0000 Subject: [PATCH] Bug 31752: Move hidden input fields There didn't appear to be any reason to have the hidden form fields here nested in the ordered list and they were causing undesired styling issues. This patch simply moves them to the beggining of the fieldset. Test plan 1) Confirm the 'HTML message' label now aligns correctly Signed-off-by: Katrin Fischer --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt index f3f0f70c59..7fd3e6b674 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt @@ -500,6 +500,8 @@ [% ELSE %]
[% END %] + +
    [% IF ( letter.tt_error ) %]
  1. @@ -514,8 +516,6 @@
  2. [% END %]
  3. - - [% IF letter.is_html %] -- 2.30.2