http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9983 Barton Chittenden <barton@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |barton@bywatersolutions.com --- Comment #5 from Barton Chittenden <barton@bywatersolutions.com> --- You could do it something like this: in intranetuserCSS: @media screen { .stuff { visibility: hidden; } } @media print { .stuff { ... name and barcode styling goes here ... } } Then we need to add something like this to the .tt file for the fines page: <div class="stuff">... Name and/or barcode information ....</div> -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.