Bugzilla – Attachment 127801 Details for
Bug 28716
Hide toolbar and opaccredits when printing lists
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28716: hide moresearches and opaccredits from print
Bug-28716-hide-moresearches-and-opaccredits-from-p.patch (text/plain), 1.25 KB, created by
Katrin Fischer
on 2021-11-18 14:01:48 UTC
(
hide
)
Description:
Bug 28716: hide moresearches and opaccredits from print
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2021-11-18 14:01:48 UTC
Size:
1.25 KB
patch
obsolete
>From a2b20fed204fdd4a3a19fba020c7f0690fbe50c7 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Thu, 15 Jul 2021 16:53:19 +0000 >Subject: [PATCH] Bug 28716: hide moresearches and opaccredits from print > >To test: >1. Make some lists and look at them in the OPAC >2. Have some content in your OPACCredits news section >3. Look at some lists and try clicking 'Print list' >4. You will see the moresearches (top navigation) and opaccredits content >5. apply patch and regenearte the CSS >6. Do 3 again, you should not see the contents of moresearches (top navigation) and opaccredits content > >Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/opac-tmpl/bootstrap/css/src/print.scss | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/css/src/print.scss b/koha-tmpl/opac-tmpl/bootstrap/css/src/print.scss >index 08fb78e782..40784cb6cc 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/css/src/print.scss >+++ b/koha-tmpl/opac-tmpl/bootstrap/css/src/print.scss >@@ -227,6 +227,8 @@ body#basket p { > #members, > #navigation, > #opac-main-search, >+#opaccredits, >+#moresearches, > #opac-user-views .ui-tabs-nav, > #remove-selected, > #selections-toolbar, >-- >2.11.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 28716
:
122862
|
127681
| 127801