Bugzilla – Attachment 8924 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]
proposed patch #1
0001-Bug-7905-display-serial-notes-on-several-lines.patch (text/plain), 1.74 KB, created by
Adrien SAURAT
on 2012-04-05 14:46:03 UTC
(
hide
)
Description:
proposed patch #1
Filename:
MIME Type:
Creator:
Adrien SAURAT
Created:
2012-04-05 14:46:03 UTC
Size:
1.74 KB
patch
obsolete
>From 77ffb06dd6828ae318075d36db570520329d9942 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] Bug 7905: display serial notes on several lines > >--- > .../prog/en/modules/serials/subscription-detail.tt | 8 ++++---- > 1 files 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 1c34482..6fefaba 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 >@@ -372,10 +372,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">Public 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.4.1 >
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