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