Bugzilla – Attachment 122862 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 & opacredits from print
Bug-28716-hide-moresearches--opacredits-from-print.patch (text/plain), 1.13 KB, created by
Lucas Gass (lukeg)
on 2021-07-15 16:58:20 UTC
(
hide
)
Description:
Bug 28716: hide moresearches & opacredits from print
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2021-07-15 16:58:20 UTC
Size:
1.13 KB
patch
obsolete
>From edc59533b8e81ff90fc6f3b6a9afe5c2611bd16d 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 & opacredits 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 >--- > 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.20.1
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