@@ -, +, @@ --- .../en/modules/opac-patron-consent.tt | 72 +++++++++---------- opac/opac-patron-consent.pl | 34 ++++++--- 2 files changed, 57 insertions(+), 49 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-patron-consent.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-patron-consent.tt @@ -35,30 +35,30 @@
- - [% IF Koha.Preference('GDPR_Policy') %] -
-

In order to keep you logged in, we need your consent to process personal data as specified in the EU General Data Protection Regulation of May 25, 2018.

-

Please save your consent below or log out. Thank you!

-
- [% END %] -

Your consents

- [% IF Koha.Preference('GDPR_Policy') %] -

GDPR consents

- - + + + [% FOREACH consent IN consents %] +

Consent for [% consent.type | html %]

  • -

    I have read the privacy policy and agree with your processing of my personal data as outlined therein.

    -

    Yes, I agree.
    - No, I do not agree. Please remove my account within a reasonable time.

    - [% IF gdpr_proc_consent.given_on %] - - [% ELSIF gdpr_proc_consent.refused_on %] - + [% IF consent.type == 'GDPR_PROCESSING' %] +

    Please read the privacy policy.

    +

    In order to keep you logged in, we need your consent to process personal data as specified in the EU General Data Protection Regulation of May 25, 2018. If you would not agree, we will need to remove your account within a reasonable time.

    +

    Do you agree with our processing of your personal data as outlined in the policy?

    + [% ELSE %] +

    Description for [% consent.type | html #TODO %]. Do you agree?

    + [% END %] +

    + Yes
    + No +

    + [% IF consent.given_on %] + + [% ELSIF consent.refused_on %] +

    We registered that you did not consent on [% consent.refused_on | html %].

    [% END %]
@@ -78,33 +78,29 @@ [% INCLUDE 'opac-bottom.inc' %] [% BLOCK jsinclude %]