Bugzilla – Attachment 177650 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), 802 bytes, created by
Owen Leonard
on 2025-02-07 17:08:08 UTC
(
hide
)
Description:
Bug 39035: Adding print media query to hide cookie permissions
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2025-02-07 17:08:08 UTC
Size:
802 bytes
patch
obsolete
>From 3edc9c2c43ab52dccaebd7c4d9db258c8e78f548 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> >--- > 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 78ba3d5726..8e9de82db1 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