Bugzilla – Attachment 162013 Details for
Bug 35347
'More information' should always display in cookie consent bar
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35347: (QA follow-up): swap "essential" and "all" for OPAC too
Bug-35347-QA-follow-up-swap-essential-and-all-for-.patch (text/plain), 1.66 KB, created by
Victor Grousset/tuxayo
on 2024-02-11 07:06:30 UTC
(
hide
)
Description:
Bug 35347: (QA follow-up): swap "essential" and "all" for OPAC too
Filename:
MIME Type:
Creator:
Victor Grousset/tuxayo
Created:
2024-02-11 07:06:30 UTC
Size:
1.66 KB
patch
obsolete
>From 265af0ead805e6fb9da793d1bcf51001d987d388 Mon Sep 17 00:00:00 2001 >From: Victor Grousset/tuxayo <victor@tuxayo.net> >Date: Sun, 11 Feb 2024 06:34:53 +0100 >Subject: [PATCH] Bug 35347: (QA follow-up): swap "essential" and "all" for > OPAC too > >--- > koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc | 4 ++-- > 1 file 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 2d5a4c0bd6..96e0294121 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc >@@ -502,9 +502,9 @@ > </div> > <div class="modal-footer"> > <div id="consentButtons"> >- <button type="button" class="btn btn-primary consentAcceptAll">Accept all cookies</button> >+ <button type="button" class="btn btn-primary consentAcceptEssential">Accept essential cookies</button> > [% IF ( JSConsents.all('opacConsent').size ) %] >- <button type="button" class="btn btn-primary consentAcceptEssential">Accept only essential cookies</button> >+ <button type="button" class="btn btn-primary consentAcceptAll">Accept all cookies</button> > <button type="button" class="btn btn-warning" id="consentAcceptSelected">Accept selected non-essential cookies</button> > [% END %] > <a type="button" href="#" class="btn btn-secondary consentCloseModal">Cancel</a> >-- >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 35347
:
159045
|
159136
|
162013
|
162057
|
162058