From b03cb0d545caf5cbbe5cab80a9fbb4154c56a508 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 6 Dec 2011 12:50:57 -0500 Subject: [PATCH] Bug 6291 - Cart printing truncated in Firefox Alternate fix suggested by http://www.sidesofmarch.com/index.php/archive/2007/04/25/firefox-truncates-long-tables-when-printing/ Seems absurd that changing the top heading from an

to an

would fix the problem, but it does in my tests in Firefox 3.6 and 8 on Windows 7 --- koha-tmpl/opac-tmpl/prog/en/modules/opac-basket.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-basket.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-basket.tt index 5fc550337f..62be15862b 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-basket.tt +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-basket.tt @@ -118,7 +118,7 @@ function tagAdded() {
-

Your Cart

+

Your Cart

[% UNLESS ( print_basket ) %]
-- 2.20.1