From 8742df406b929af241f2f84a0b29d67ac2fee538 Mon Sep 17 00:00:00 2001 From: Fridolin Somers Date: Wed, 25 Feb 2015 17:44:32 +0100 Subject: [PATCH] Bug 13761 - Hide toolbar when printing a list page When printing a list page at Intranet, the toolbar is useless. Test plan : - Try to print the page (you can use print preview) - Check the toolbar is missing --- koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt index bba00b3..e216d7f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt @@ -282,7 +282,7 @@ function placeHold () { [% SET new_direction = 'asc' %] [% END %] -
+
[% IF ( itemsloop ) %]
| -- 2.1.4