Bugzilla – Attachment 18082 Details for
Bug 10108
can't print more than one page of overdues
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 10108 - can't print more than one page of overdues
Bug-10108---cant-print-more-than-one-page-of-overd.patch (text/plain), 1.58 KB, created by
Owen Leonard
on 2013-05-10 19:38:51 UTC
(
hide
)
Description:
Bug 10108 - can't print more than one page of overdues
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2013-05-10 19:38:51 UTC
Size:
1.58 KB
patch
obsolete
>From abb49d4991f8a4bef6ce2dceab5dbdb03f03dd21 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Fri, 10 May 2013 14:44:10 -0400 >Subject: [PATCH] Bug 10108 - can't print more than one page of overdues >Content-Type: text/plain; charset="utf-8" > >Printing a report like overdues in Firefox results in a printout which >cuts off in the middle. I traced the cause to something in the YUI grid >system, although I'm not sure what specific definition is the cause. > >This patch adds a "screen" parameter to the @import which loads the YUI >grid CSS file. This will disable YUI grid layouts in print views. The >main disadvantage to this, as far as I can tell, is that it will >"linearize" some layouts. For instance: the patron detail page >(moremember.pl) which on screen is divided into two columns. I think >this disadvantage is outweighed by the ability to make complete prints. > >To test, apply the patch and clear your cache. Try printing various >reports from Firefox. Printouts should look correct and be complete. >--- > .../intranet-tmpl/prog/en/css/staff-global.css | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css >index 8f99a11..eea165c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css >+++ b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css >@@ -1,4 +1,4 @@ >-@import url("../lib/yui/reset-fonts-grids.css"); >+@import url("../lib/yui/reset-fonts-grids.css") screen; > @import url("../lib/yui/skin.css"); > > input:focus, textarea:focus { >-- >1.7.9.5
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 10108
:
18082
|
18134
|
18140