From c9343d2cc37c04744ec9e26cfd886f9d98e2c18d 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 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 --- 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.33.1