From 869e19f12c16db9eca32718c7564d98422053235 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. --- .../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 45354977f7..12e5e1fa42 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; } - +