Bugzilla – Attachment 162040 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.18 KB, created by
Victor Grousset/tuxayo
on 2024-02-12 15:48:11 UTC
(
hide
)
Description:
Bug 34793: (follow-up) Rename 'Cookie consents' to 'Cookies policy'
Filename:
MIME Type:
Creator:
Victor Grousset/tuxayo
Created:
2024-02-12 15:48:11 UTC
Size:
2.18 KB
patch
obsolete
>From c8fe997698a6a88da8deed72411abd855583fb53 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> >Signed-off-by: David Nind <david@davidnind.com> >Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net> >--- > 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 670c15fc50..23f08c66f3 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc >@@ -477,7 +477,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 d27d88d4ab..2552765ed1 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.43.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