Bugzilla – Attachment 10317 Details for
Bug 7905
Multi-line notes are displayed on one line in Staff Serials page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 7905: display serial notes on several lines
SIGNED-OFF-Bug-7905-display-serial-notes-on-severa.patch (text/plain), 1.98 KB, created by
Katrin Fischer
on 2012-06-16 10:50:08 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 7905: display serial notes on several lines
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2012-06-16 10:50:08 UTC
Size:
1.98 KB
patch
obsolete
>From 6d2646b1de67b59cb43d3fd805860e419b3c7ec0 Mon Sep 17 00:00:00 2001 >From: Adrien Saurat <adrien.saurat@biblibre.com> >Date: Thu, 5 Apr 2012 16:43:08 +0200 >Subject: [PATCH] [SIGNED-OFF] Bug 7905: display serial notes on several lines > >Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> >Patch works and makes use of TT filters! > >I agree the display could be improved to work a bit nicer >for long lines or multi-line comments, but this is still a nice >improvement. >--- > .../prog/en/modules/serials/subscription-detail.tt | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt >index d2ded73..1afd0c1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt >@@ -376,10 +376,10 @@ $(document).ready(function() { > <li><span class="label">History end date:</span> [% histenddate %]</li> > <li><span class="label">Received issues:</span>[% recievedlist %]</li> > <li><span class="label">Missing issues:</span>[% missinglist %]</li> >- <li><span class="label">Nonpublic note:</span>[% internalnotes %]</li> >- <li><span class="label">OPAC note:</span>[% notes %]</li> >- <li><span class="label">History staff note</span>[% librariannote %]</li> >- <li><span class="label">History OPAC note</span>[% opacnote %]</li> >+ <li><span class="label">Nonpublic note:</span>[% internalnotes FILTER html_line_break %]</li> >+ <li><span class="label">Public note:</span>[% notes FILTER html_line_break %]</li> >+ <li><span class="label">History staff note</span>[% librariannote FILTER html_line_break %]</li> >+ <li><span class="label">History OPAC note</span>[% opacnote FILTER html_line_break %]</li> > </ol> > </div> > </div> >-- >1.7.9.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 7905
:
8924
| 10317 |
10319