From f62b4e0aef2ebb37b73e6f357793db8a943c6add Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Mon, 24 Oct 2022 22:53:24 +0000 Subject: [PATCH] Bug 31935: Fix misaligned form when adding serial subscription This patch attempts to fix the misaligned form on subscription-add.tt by removing some of the wrapping

tags and adding labels where appropriate. To test: 1. Add a serial subscription and notice the misaligned form on step 1. 2. Apply patch 3. Look again and confirm that the form looks better. 4. Read through everything and make sure the form still makes sense. 5. Make sure the form still works properly. Signed-off-by: David Nind --- .../en/modules/serials/subscription-add.tt | 25 ++++++++----------- 1 file changed, 11 insertions(+), 14 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tt index 7896caf808..8c3ea64a8b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tt @@ -107,34 +107,31 @@ fieldset.rows table { clear: none; margin: 0; }

  • + [% IF ( serialsadditems ) %] -

    -

    + + + + [% ELSE %] -

    -

    + + + + [% END %]
  • -

    When there is an irregular issue:

    + [% IF (skip_serialseq) %] -

    -

    -

    -

    [% ELSE %] -

    -

    -

    -

    [% END %]
  • @@ -566,7 +563,7 @@ fieldset.rows table { clear: none; margin: 0; } - +