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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt (-3 / +7 lines)
Lines 8-13 Link Here
8
[% PROCESS 'member-main-address-style.inc' %]
8
[% PROCESS 'member-main-address-style.inc' %]
9
[% PROCESS 'member-alt-address-style.inc' %]
9
[% PROCESS 'member-alt-address-style.inc' %]
10
[% PROCESS 'member-alt-contact-style.inc' %]
10
[% PROCESS 'member-alt-contact-style.inc' %]
11
[% PROCESS 'patron_restrictions.inc' %]
11
[% SET footerjs = 1 %]
12
[% SET footerjs = 1 %]
12
[% INCLUDE 'doc-head-open.inc' %]
13
[% INCLUDE 'doc-head-open.inc' %]
13
    <title>
14
    <title>
Lines 1402-1409 legend:hover { Link Here
1402
                                                        <label for="debarred_type">Type:</label>
1403
                                                        <label for="debarred_type">Type:</label>
1403
                                                        <select name="debarred_type">
1404
                                                        <select name="debarred_type">
1404
                                                            [% FOREACH code IN restriction_types.keys %]
1405
                                                            [% FOREACH code IN restriction_types.keys %]
1405
                                                                [% IF restriction_types.$code.can_be_added_manually %]
1406
                                                                [% IF !restriction_types.$code.is_system %]
1406
                                                                    <option value="[% code | html %]">[% restriction_types.$code.display_text | html %]</option>
1407
                                                                    [% IF restriction_types.$code.is_default %]
1408
                                                                    <option value="[% code | html %]" selected>[% PROCESS restriction_type_description restriction=restriction_types.$code %]</option>
1409
                                                                    [% ELSE %]
1410
                                                                    <option value="[% code | html %]">[% PROCESS restriction_type_description restriction=restriction_types.$code %]</option>
1411
                                                                    [% END %]
1407
                                                                [% END %]
1412
                                                                [% END %]
1408
                                                            [% END %]
1413
                                                            [% END %]
1409
                                                        </select>
1414
                                                        </select>
1410
- 

Return to bug 23681