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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt (-2 / +1 lines)
Lines 1014-1020 Link Here
1014
                                        <div class="label"></div>
1014
                                        <div class="label"></div>
1015
                                        <label class="checkbox-label" for="borrower_gdpr_proc_consent">
1015
                                        <label class="checkbox-label" for="borrower_gdpr_proc_consent">
1016
                                            <input type="checkbox" name="borrower_gdpr_proc_consent" id="borrower_gdpr_proc_consent" class="required" value="agreed">
1016
                                            <input type="checkbox" name="borrower_gdpr_proc_consent" id="borrower_gdpr_proc_consent" class="required" value="agreed">
1017
                                            I agree with your processing of my personal data as outlined in the <a target="_blank" href="[% Koha.Preference('PrivacyPolicyURL') | url %]">privacy policy</a>.
1017
                                            <span>I agree with your processing of my personal data as outlined in the <a target="_blank" href="[% Koha.Preference('PrivacyPolicyURL') | url %]">privacy policy</a>.</span>
1018
                                        </label>
1018
                                        </label>
1019
                                        <label class="error" for="borrower_gdpr_proc_consent" style="display: none;"></label>
1019
                                        <label class="error" for="borrower_gdpr_proc_consent" style="display: none;"></label>
1020
                                        <div class="required_label required">Required</div>
1020
                                        <div class="required_label required">Required</div>
1021
- 

Return to bug 34781