From 7d3cff8655c1ed2005797dd542afb2fbbcb96b3c Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Tue, 8 Nov 2022 14:48:21 +0000 Subject: [PATCH] Bug 31852: 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 https://bugs.koha-community.org/show_bug.cgi?id=31752 --- 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.20.1