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 1397-1404 legend:hover { Link Here
1397
                                                        <label for="debarred_type">Type:</label>
1398
                                                        <label for="debarred_type">Type:</label>
1398
                                                        <select name="debarred_type">
1399
                                                        <select name="debarred_type">
1399
                                                            [% FOREACH code IN restriction_types.keys %]
1400
                                                            [% FOREACH code IN restriction_types.keys %]
1400
                                                                [% IF restriction_types.$code.can_be_added_manually %]
1401
                                                                [% IF !restriction_types.$code.is_system %]
1401
                                                                    <option value="[% code | html %]">[% restriction_types.$code.display_text | html %]</option>
1402
                                                                    [% IF restriction_types.$code.is_default %]
1403
                                                                    <option value="[% code | html %]" selected>[% PROCESS restriction_type_description restriction=restriction_types.$code %]</option>
1404
                                                                    [% ELSE %]
1405
                                                                    <option value="[% code | html %]">[% PROCESS restriction_type_description restriction=restriction_types.$code %]</option>
1406
                                                                    [% END %]
1402
                                                                [% END %]
1407
                                                                [% END %]
1403
                                                            [% END %]
1408
                                                            [% END %]
1404
                                                        </select>
1409
                                                        </select>
1405
- 

Return to bug 23681