From 5fb50fed39f029f08d4e2b44ad9cac203727ae1f Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Thu, 14 Sep 2023 15:28:27 +0100 Subject: [PATCH] Bug 34791: Add links to HTML Customizations to CookieConsent preferences Content-Type: text/plain; charset=utf-8 This patch simply adds a note to the CookieConsent and CookieConsentedJS system preferences to link to the HTML customizations page and hint at which customization should be used to affect the components governed by the preferences. Signed-off-by: Lucas Gass Signed-off-by: Marcel de Rooy --- .../prog/en/modules/admin/preferences/patrons.pref | 2 ++ 1 file changed, 2 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref index 395da97548..c793c5b595 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref @@ -412,12 +412,14 @@ Patrons: 1: Require 0: "Don't require" - cookie consent to be displayed in the OPAC and staff interface. + - '
NOTE: The cookie banner can be customised using the CookieConsentBar html customisation.' - - Run the following JavaScript if cookie consent is provided (e.g. tracking code). - pref: CookieConsentedJS type: modaljs initiator: populateCookieConsentedJS processor: prepareCookieConsentedJS + - '
NOTE: The cookie consent modal can be customised using the CookieConsentPopup html customisation.' Security: - - Login passwords for staff and patrons must be at least -- 2.30.2