From ee1475839c61e028e703f559b08dd81fef486213 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Thu, 20 Sep 2018 13:34:49 +0000 Subject: [PATCH] Bug 20819: (RM follow-up) Add missing filters --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt | 2 +- .../opac-tmpl/bootstrap/en/modules/opac-patron-consent.tt | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt index 25f9c10..abf4fba 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt @@ -899,7 +899,7 @@ GDPR consent
  1. - I agree with your processing of my personal data as outlined in the privacy policy. Required + I agree with your processing of my personal data as outlined in the privacy policy. Required
diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-patron-consent.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-patron-consent.tt index 50b09e6..265c344 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-patron-consent.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-patron-consent.tt @@ -1,7 +1,7 @@ [% USE Koha %] [% SET consentview = 1 %] [% INCLUDE 'doc-head-open.inc' %] -[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › Your consents +[% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog › Your consents [% INCLUDE 'doc-head-close.inc' %] [% BLOCK cssinclude %][% END %] @@ -11,7 +11,7 @@
@@ -38,14 +38,14 @@ [% IF Koha.Preference('GDPR_Policy') %]
GDPR consents
- +
  • -

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

    +

    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 %] -

    Your consent was registered on [% gdpr_proc_consent %].

    +

    Your consent was registered on [% gdpr_proc_consent | html %].

    [% END %]
-- 2.1.4