View | Details | Raw Unified | Return to bug 21080
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt (-6 / +5 lines)
Lines 1041-1051 Link Here
1041
    <legend id="patron_attributes_lgd">Additional attributes and identifiers</legend>
1041
    <legend id="patron_attributes_lgd">Additional attributes and identifiers</legend>
1042
    <input type="hidden" name="setting_extended_patron_attributes" value="1" />
1042
    <input type="hidden" name="setting_extended_patron_attributes" value="1" />
1043
    [% FOREACH pa_loo IN patron_attributes %]
1043
    [% FOREACH pa_loo IN patron_attributes %]
1044
        [% IF pa_loo.class %]
1045
            <fieldset id="aai_[% pa_loo.class | html %]">
1046
            <legend id="[% pa_loo.class | html %]_lgd">[% pa_loo.lib | html %]</legend>
1047
        [% END %]
1048
        <ol class="attributes_table">
1044
        <ol class="attributes_table">
1045
            [% IF pa_loo.class %]
1046
                <fieldset id="aai_[% pa_loo.class | html %]">
1047
                <legend id="[% pa_loo.class | html %]_lgd">[% pa_loo.lib | html %]</legend>
1048
            [% END %]
1049
            [% FOREACH patron_attribute IN pa_loo.items %]
1049
            [% FOREACH patron_attribute IN pa_loo.items %]
1050
                <li data-category_code="[% patron_attribute.category_code | html %]">
1050
                <li data-category_code="[% patron_attribute.category_code | html %]">
1051
                    <label for="[% patron_attribute.form_id | html %]">[% patron_attribute.description | html %]: </label>
1051
                    <label for="[% patron_attribute.form_id | html %]">[% patron_attribute.description | html %]: </label>
Lines 1074-1081 Link Here
1074
                        [% END %]
1074
                        [% END %]
1075
                </li>
1075
                </li>
1076
            [% END %]
1076
            [% END %]
1077
            [% IF pa_loo.class %]</fieldset>[% END %]
1077
        </ol>
1078
        </ol>
1078
        [% IF pa_loo.class %]</fieldset>[% END %]
1079
    [% END %]
1079
    [% END %]
1080
  </fieldset>
1080
  </fieldset>
1081
[% END %][% END %][% END %]
1081
[% END %][% END %][% END %]
1082
- 

Return to bug 21080