Koha/koha-tmpl/intranet-tmpl/prog/en
Owen Leonard fac9d5447a Bug 10108 - can't print more than one page of overdues
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.

Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com>
all tests pass

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
CSS only change, no strings involved.
Tested with a saved SQL report 'select * from borrowers'.
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
2013-05-15 07:16:26 -04:00
..
css Bug 10108 - can't print more than one page of overdues 2013-05-15 07:16:26 -04:00
includes Bug 10153 - Patron header search form is too wide 2013-05-01 06:23:43 -04:00
js Bug 6709 - marc21_field_006.xml and marc21_field_008.xml can't be translated 2013-05-01 06:53:38 -04:00
lib Bug 9034: Add sorting and filtering on items table (catalogue/detail.pl) 2013-02-07 19:35:51 -05:00
modules Bug 10233 - Toolbar background missing from staff client catalogue page 2013-05-14 08:17:33 -04:00
xslt Bug 9613: items namespace missing in XSLT 2013-04-21 09:38:36 -04:00
columns.def