Bugzilla – Attachment 6609 Details for
Bug 6291
Cart printing truncated in Firefox
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Alternate fix
0001-Bug-6291-Cart-printing-truncated-in-Firefox.patch (text/plain), 1.10 KB, created by
Owen Leonard
on 2011-12-06 18:00:32 UTC
(
hide
)
Description:
Alternate fix
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2011-12-06 18:00:32 UTC
Size:
1.10 KB
patch
obsolete
>From 91088c8b757e7c42787dbe46680686c902491179 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Tue, 6 Dec 2011 12:50:57 -0500 >Subject: [PATCH] Bug 6291 - Cart printing truncated in Firefox >Content-Type: text/plain; charset="utf-8" > >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 <h1> to an <h2> >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 files changed, 1 insertions(+), 1 deletions(-) > >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 5fc5503..62be158 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() { > > <div id="doc" class="yui-t7"> > <div id="userbasket" class="container"> >-<h1>Your Cart</h1> >+<h2>Your Cart</h2> > > [% UNLESS ( print_basket ) %] > <div id="toolbar"> >-- >1.7.3 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 6291
:
4026
|
4377
|
4943
| 6609