From edc59533b8e81ff90fc6f3b6a9afe5c2611bd16d Mon Sep 17 00:00:00 2001 From: Lucas Gass 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