From bdac1126669445ae61ba290c905b691d94bf6ca1 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=UTF-8 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 --- .../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 35340ee..aa1de3e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt @@ -290,8 +290,8 @@ $(document).ready(function() { [% END # hide fieldset %] [% IF ( showguarantor ) %] -
- Guarantor information +
+ Guarantor information
    [% IF ( P ) %] [% IF ( guarantorid ) %] @@ -808,8 +808,8 @@ $(document).ready(function() { [% END # hide fieldset %][% END %] [% UNLESS ( opadd || opduplicate ) %] -
    - Patron account flags +
    + Patron account flags
      [% FOREACH flagloo IN flagloop %]
    -
    - Patron restrictions +
    + Patron restrictions [% IF ( debarments ) %] @@ -878,7 +878,7 @@ $(document).ready(function() {

    Add manual restriction

    - Add manual restriction + Add manual restriction
    1. @@ -897,12 +897,12 @@ $(document).ready(function() { [% 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.7.0