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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref (+2 lines)
Lines 233-238 Patrons: Link Here
233
         - Use the following URL
233
         - Use the following URL
234
         - pref: PrivacyPolicyURL
234
         - pref: PrivacyPolicyURL
235
         - to refer to your local privacy policy in messages about privacy and data protection. (If you enforce GDPR policy, make sure that this page is not blocked.)
235
         - to refer to your local privacy policy in messages about privacy and data protection. (If you enforce GDPR policy, make sure that this page is not blocked.)
236
         - "<br><strong>NOTE:</strong> The URL will only be displayed if GDPR_Policy is set."
236
     -
237
     -
237
         - Set GDPR policy to
238
         - Set GDPR policy to
238
         - pref: GDPR_Policy
239
         - pref: GDPR_Policy
Lines 241-243 Patrons: Link Here
241
               Enforced: 'Enforced'
242
               Enforced: 'Enforced'
242
               Permissive: 'Permissive'
243
               Permissive: 'Permissive'
243
         - "GDPR is the EU General Data Protection Regulation. When you enforce, patrons need to give consent before using the OPAC. If you set to permissive, Koha will warn but not enforce."
244
         - "GDPR is the EU General Data Protection Regulation. When you enforce, patrons need to give consent before using the OPAC. If you set to permissive, Koha will warn but not enforce."
245
         - "<br><strong>NOTE:</strong> If you enable this you will also have to set the URL of your public privacy policy with the PrivacyPolicyURL setting."
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt (-2 / +1 lines)
Lines 903-909 Link Here
903
                        <legend>GDPR consent</legend>
903
                        <legend>GDPR consent</legend>
904
                        <ol>
904
                        <ol>
905
                        <li>
905
                        <li>
906
                            <label></label><span><input type="checkbox" name="borrower_gdpr_proc_consent" value="agreed"> I agree with your processing of my personal data as outlined in the <a target="_blank" href="[% PrivacyPolicyURL | url %]">privacy policy</a>. <span class="required">Required</span></span>
906
                            <label></label><span><input type="checkbox" name="borrower_gdpr_proc_consent" value="agreed"> 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 class="required">Required</span></span>
907
                        </li>
907
                        </li>
908
                        </ol>
908
                        </ol>
909
                    </fieldset>
909
                    </fieldset>
910
- 

Return to bug 22646