From eba902ced599bce927c59c48ae930fd7d62cafb5 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 3 May 2016 13:09:54 -0400 Subject: [PATCH] Bug 16159 - guarantor section missing ID on patron add form MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit In the patron entry form template most
and tags have unique ids. This patch adds ids to fieldsets and legends which lack them. To test apply the patch and view the patron entry form. There should be no visual changes. There should be no HTML validation errors triggered by this change. Signed-off-by: Marc Véron Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher (cherry picked from commit 553d06073b8af0ab6ed33393b22a953e3feca1e6) Signed-off-by: Julian Maurice --- .../prog/en/modules/members/memberentrygen.tt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt index 4201bea0a6..1702fd1493 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt @@ -414,8 +414,8 @@ [% END # hide fieldset %] [% IF ( showguarantor ) %] -
- Guarantor information +
+ Guarantor information
    [% IF ( P ) %] [% IF ( guarantorid ) %] @@ -917,8 +917,8 @@ [% END # hide fieldset %][% END %] [% UNLESS ( opadd || opduplicate ) %] -
    - Patron account flags +
    + Patron account flags
      [% FOREACH flagloo IN flagloop %]
    -
    - Patron restrictions +
    + Patron restrictions [% IF ( debarments ) %] @@ -987,7 +987,7 @@

    Add manual restriction

    - Add manual restriction + Add manual restriction
    1. @@ -1006,12 +1006,12 @@ [% IF ( step_4 ) %][% IF ( ExtendedPatronAttributes ) %][% UNLESS ( no_patron_attribute_types ) %]
      - Additional attributes and identifiers + Additional attributes and identifiers [% FOREACH pa_loo IN patron_attributes %] [% IF pa_loo.class %]
      - [% pa_loo.lib %] + [% pa_loo.lib %] [% END %]
        [% FOREACH patron_attribute IN pa_loo.items %] -- 2.39.5