From 06a8b6f314ded89fa6b4f94276e68e390b7afc3a Mon Sep 17 00:00:00 2001 From: Sophie Meynieux Date: Tue, 4 Dec 2012 18:05:36 +0100 Subject: [PATCH] Bug 9210: wrap long lines in printed hold notices This commit adds wrapping styles to print-notices.tt template Test plan: * place a hold on a title with a very very long title or author * mark it as "waiting for pickup" by doing a checkin * go to command line interface, and run * misc/cronjobs/gather_print_notices.pl /tmp * misc/cronjobs/printoverdues.sh /tmp * if your title/author is long enough, it's split on 2 lines with this patch (it is not before this patch) Signed-off-by: Kyle M Hall Signed-off-by: Paul Poulain Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton --- .../intranet-tmpl/prog/en/modules/batch/print-notices.tt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/batch/print-notices.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/batch/print-notices.tt index f8099e5cbf..ddf39a37ee 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/batch/print-notices.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/batch/print-notices.tt @@ -5,6 +5,10 @@ [% IF ( stylesheet ) %] -- 2.39.5