Bugzilla – Attachment 177570 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 CookieConsentBar
Bug-39035-Adding-print-media-query-to-hide-cookie-.patch (text/plain), 753 bytes, created by
William Lavoie
on 2025-02-06 13:28:57 UTC
(
hide
)
Description:
Bug 39035: Adding print media query to hide CookieConsentBar
Filename:
MIME Type:
Creator:
William Lavoie
Created:
2025-02-06 13:28:57 UTC
Size:
753 bytes
patch
obsolete
>From 8eb3081a2e774b843e7db6e6b675a5a3874f6be5 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 > >--- > 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..34956ebce5 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.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 39035
:
177557
|
177570
|
177650
|
178698