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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-patron-consent.tt (-1 / +2 lines)
Lines 46-51 Link Here
46
                                    <input type="radio" name="gdpr_processing" value="disagreed"> No, I do not agree. Please remove my account within a reasonable time.</p>
46
                                    <input type="radio" name="gdpr_processing" value="disagreed"> No, I do not agree. Please remove my account within a reasonable time.</p>
47
                                    [% IF gdpr_proc_consent %]
47
                                    [% IF gdpr_proc_consent %]
48
                                        <p>Your consent was registered on [% gdpr_proc_consent | html %].</p>
48
                                        <p>Your consent was registered on [% gdpr_proc_consent | html %].</p>
49
                                    [% ELSIF gdpr_proc_refusal %]
50
                                        <p>You indicated recently that you do not consent, and we will process your request soon.</p>
49
                                    [% END %]
51
                                    [% END %]
50
                                </li></ul>
52
                                </li></ul>
51
                            </fieldset>
53
                            </fieldset>
52
- 

Return to bug 20819