Bugzilla – Attachment 159090 Details for
Bug 34793
We should ship default 'CookieConsentPopup' data that describes our required cookies
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34793: (follow-up) Rename 'Cookie consents' to 'Cookies policy'
Bug-34793-follow-up-Rename-Cookie-consents-to-Cook.patch (text/plain), 2.08 KB, created by
Martin Renvoize (ashimema)
on 2023-11-17 15:37:27 UTC
(
hide
)
Description:
Bug 34793: (follow-up) Rename 'Cookie consents' to 'Cookies policy'
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2023-11-17 15:37:27 UTC
Size:
2.08 KB
patch
obsolete
>From b5631112b48c55a755a317d7555a00e97f8a5036 Mon Sep 17 00:00:00 2001 >From: Aude Charillon <aude.charillon@ptfs-europe.com> >Date: Fri, 17 Nov 2023 15:35:58 +0000 >Subject: [PATCH] Bug 34793: (follow-up) Rename 'Cookie consents' to 'Cookies > policy' > >The modal is not always about consent, but rather about displaying the >libraries cookie policy. It makes sense to update the heading to reflect >that. > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc | 2 +- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-patron-consent.tt | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc >index bec516757ff..58e58947a64 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc >@@ -473,7 +473,7 @@ > <div class="modal-dialog"> > <div class="modal-content"> > <div class="modal-header"> >- <h2 class="modal-title" id="cookieConsentModalLabel">Cookie consent</h2> >+ <h2 class="modal-title" id="cookieConsentModalLabel">Cookies policy</h2> > </div> > <div class="modal-body"> > [% IF ( CookieConsentPopup ) %] >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 d27d88d4abf..2552765ed19 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 >@@ -79,7 +79,7 @@ > </form> > > [% IF Koha.Preference('CookieConsent') %] >- <h2>Cookie consents</h2> >+ <h2>Cookies policy</h2> > <button id="viewCookieConsents" type="button" class="btn btn-success">View your cookie consents</button> > [% END %] > >-- >2.42.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 34793
:
159089
|
159090
|
159094
|
159095
|
159132
|
159133
|
159134
|
159135
|
162014
|
162039
|
162040
|
162041
|
162042