Bugzilla – Attachment 178698 Details for
Bug 39035
CookieConsentBar message prints on slip when cookies aren’t accepted
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39035: Adding print media query to hide cookie permissions
Bug-39035-Adding-print-media-query-to-hide-cookie-.patch (text/plain), 859 bytes, created by
Lucas Gass (lukeg)
on 2025-02-25 21:26:30 UTC
(
hide
)
Description:
Bug 39035: Adding print media query to hide cookie permissions
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2025-02-25 21:26:30 UTC
Size:
859 bytes
patch
obsolete
>From 35d780db39f3548fbc01fae3af60d722ea71cb41 Mon Sep 17 00:00:00 2001 >From: William Lavoie <william.lavoie@inLibro.com> >Date: Thu, 6 Feb 2025 08:23:29 -0500 >Subject: [PATCH] Bug 39035: Adding print media query to hide cookie > permissions > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/css/print.css | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/css/print.css b/koha-tmpl/intranet-tmpl/prog/css/print.css >index dae73e14213..b57ffade6a5 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/print.css >+++ b/koha-tmpl/intranet-tmpl/prog/css/print.css >@@ -1,5 +1,7 @@ > @media print { > .pagebreak { break-after: page; } >+ #cookieConsentBar_content { display: none; } >+ .consentButtons { display: none; } > } > > a:link { >-- >2.39.5
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 39035
:
177557
|
177570
|
177650
| 178698