Bugzilla – Attachment 13934 Details for
Bug 9210
Automatic carriage return are missing in print letters generated for holds
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 9210 : letters generated for holds are missing wrapping for words and lines.
Bug-9210--letters-generated-for-holds-are-missing-.patch (text/plain), 1.13 KB, created by
Kyle M Hall (khall)
on 2012-12-07 16:16:40 UTC
(
hide
)
Description:
Bug 9210 : letters generated for holds are missing wrapping for words and lines.
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2012-12-07 16:16:40 UTC
Size:
1.13 KB
patch
obsolete
>From 9b067b1c051459d51de5e83ab12e99e4364f2f12 Mon Sep 17 00:00:00 2001 >From: Sophie Meynieux <sophie.meynieux@biblibre.com> >Date: Tue, 4 Dec 2012 18:05:36 +0100 >Subject: [PATCH] Bug 9210 : letters generated for holds are missing wrapping for words and lines. > > This commit adds wrapping styles to print-notices.tt template > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > .../prog/en/modules/batch/print-notices.tt | 4 ++++ > 1 files changed, 4 insertions(+), 0 deletions(-) > >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 f8099e5..ddf39a3 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 @@ > <!-- > .message { page-break-after: always } > pre { font-family: monospace } >+ pre {white-space: pre-wrap;} >+ pre {white-space: -moz-pre-wrap;} >+ pre {white-space: -o-pre-wrap;} >+ pre {word-wrap: break-work;} > --> > </style> > [% IF ( stylesheet ) %] >-- >1.7.2.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 9210
:
13884
|
13934
|
14225
|
14398
|
16414
|
24394
|
24395
|
24396