6 Oct
2014
6 Oct
'14
2:57 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13032 --- Comment #1 from Barton Chittenden <barton@bywatersolutions.com> --- HTML page breaks can be added as follows: CSS: @media all { .page-break { display: none; } } @media print { .page-break { display: block; page-break-before: always; } } HTML: <div class="page-break"></div> -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.