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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt (-2 / +33 lines)
Lines 912-918 legend.collapsed i.fa.fa-caret-down::before { Link Here
912
                            [% END # /IF ( step_6 ) %]
912
                            [% END # /IF ( step_6 ) %]
913
913
914
                            [% IF ( step_2 ) %]
914
                            [% IF ( step_2 ) %]
915
                                [% UNLESS noaltcontactsurname && noaltcontactfirstname && noaltcontactaddress1 && noaltcontactaddress2 && noaltcontactaddress3 && noaltcontactstate && noaltcontactzipcode && noaltcontactcountry && noaltcontactphone %]
915
                                [% UNLESS noaltcontactsurname && noaltcontactfirstname && noaltcontactaddress1 && noaltcontactaddress2 && noaltcontactaddress3 && noaltcontactstate && noaltcontactzipcode && noaltcontactcountry && noaltcontactphone && noprivacy %]
916
                                    [% PROCESS 'alt-contact-style' %]
916
                                    [% PROCESS 'alt-contact-style' %]
917
                                [% END # UNLESS noaltcontactsurname && noaltcontactfirstname etc %]
917
                                [% END # UNLESS noaltcontactsurname && noaltcontactfirstname etc %]
918
                            [% END # /IF ( step_2 ) %]
918
                            [% END # /IF ( step_2 ) %]
Lines 1105-1110 legend.collapsed i.fa.fa-caret-down::before { Link Here
1105
                                            </li>
1105
                                            </li>
1106
                                        [% END %]
1106
                                        [% END %]
1107
1107
1108
                                        [% UNLESS noprivacy %]
1109
                                            <li>
1110
                                                [% IF ( mandatoryprivacy ) %]
1111
                                                    <label for="privacy" class="required">
1112
                                                [% ELSE %]
1113
                                                    <label for="privacy">
1114
                                                [% END %]
1115
                                                    Privacy Rule: </label>
1116
1117
                                                <select class="noEnterSubmit" name="privacy" id="privacy">
1118
                                                    [% IF ( borrower_data.privacy == 0 ) %]
1119
                                                        <option value="0" selected="selected">Forever</option>
1120
                                                    [% ELSE %]
1121
                                                        <option value="0">Forever</option>
1122
                                                    [% END %]
1123
                                                    [% IF ( borrower_data.privacy == 1 ) %]
1124
                                                        <option value="1" selected="selected">Default</option>
1125
                                                    [% ELSE %]
1126
                                                        <option value="1">Default</option>
1127
                                                    [% END %]
1128
                                                    [% IF ( borrower_data.privacy == 2) %]
1129
                                                        <option value="2" selected="selected">Never</option>
1130
                                                    [% ELSE %]
1131
                                                        <option value="2">Never</option>
1132
                                                    [% END %]
1133
                                                </select>
1134
                                                [% IF ( mandatoryprivacy ) %]
1135
                                                    <span class="required">Required</span>
1136
                                                [% END %]
1137
                                            </li>
1138
                                        [% END # /UNLESS noprivacy %]
1139
1108
                                        [% IF ( Koha.Preference('CheckPrevCheckout') == 'softyes' || Koha.Preference('CheckPrevCheckout') == 'softno' ) %]
1140
                                        [% IF ( Koha.Preference('CheckPrevCheckout') == 'softyes' || Koha.Preference('CheckPrevCheckout') == 'softno' ) %]
1109
                                            <li>
1141
                                            <li>
1110
                                                <label for="checkprevcheckout">Check for previous checkouts: </label>
1142
                                                <label for="checkprevcheckout">Check for previous checkouts: </label>
1111
- 

Return to bug 35766