Bugzilla – Attachment 166120 Details for
Bug 36003
Printing list from OPAC shows "Cookies" when CookieConsent enabled
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36003: Add cookie consent buttons to hidden list on print
Bug-36003-Add-cookie-consent-buttons-to-hidden-lis.patch (text/plain), 1.09 KB, created by
Kyle M Hall (khall)
on 2024-05-03 13:38:05 UTC
(
hide
)
Description:
Bug 36003: Add cookie consent buttons to hidden list on print
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2024-05-03 13:38:05 UTC
Size:
1.09 KB
patch
obsolete
>From 36738a808491e41a7667da7b10f5cbb18dc723e6 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Wed, 7 Feb 2024 13:34:20 +0000 >Subject: [PATCH] Bug 36003: Add cookie consent buttons to hidden list on print > >This patch adds #consentMoreInfo, #cookieConsentFooter and >.consentAcceptEssential to the hidden fields for OPAC printing. > >Signed-off-by: David Nind <david@davidnind.com> > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > koha-tmpl/opac-tmpl/bootstrap/css/src/print.scss | 3 +++ > 1 file changed, 3 insertions(+) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/css/src/print.scss b/koha-tmpl/opac-tmpl/bootstrap/css/src/print.scss >index f621e3ab9cb..73679604c9b 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/css/src/print.scss >+++ b/koha-tmpl/opac-tmpl/bootstrap/css/src/print.scss >@@ -221,6 +221,8 @@ body#basket p { > > #action, > #addshelf, >+#consentMoreInfo, >+#cookieConsentFooter, > #export, > #facetcontainer, > #members, >@@ -233,6 +235,7 @@ body#basket p { > #toolbar, > .actions, > .breadcrumb, >+.consentAcceptEssential, > .ft, > .koha_url, > .list-actions, >-- >2.30.2
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 36003
:
161801
|
162001
| 166120