From ce25665e5fa9dc9fe41a58c75dd037600501bb34 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Tue, 8 Jan 2013 07:18:24 -0500 Subject: [PATCH] Bug 9321 - holds queue printable version It would be nice if there were a printable stylesheet for the holds queue. Right now it's a print screen basically and that means that the table doesn't always fit on the page. Test plan: 1) Browse to the holds queue 2) Print preview the page 3) Note it does not print well 4) Apply this patch 5) Refresh the page 6) Print preview the page again 7) Note the improvement in printability --- .../prog/en/modules/circ/view_holdsqueue.tt | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt index cc2a694..8d59c4b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt @@ -5,6 +5,15 @@ Koha › Circulation › Holds queue [% INCLUDE 'doc-head-close.inc' %] + [% INCLUDE 'header.inc' %] -- 1.7.2.5