From 6d2646b1de67b59cb43d3fd805860e419b3c7ec0 Mon Sep 17 00:00:00 2001 From: Adrien Saurat 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 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() {
  • History end date: [% histenddate %]
  • Received issues:[% recievedlist %]
  • Missing issues:[% missinglist %]
  • -
  • Nonpublic note:[% internalnotes %]
  • -
  • OPAC note:[% notes %]
  • -
  • History staff note[% librariannote %]
  • -
  • History OPAC note[% opacnote %]
  • +
  • Nonpublic note:[% internalnotes FILTER html_line_break %]
  • +
  • Public note:[% notes FILTER html_line_break %]
  • +
  • History staff note[% librariannote FILTER html_line_break %]
  • +
  • History OPAC note[% opacnote FILTER html_line_break %]
  • -- 1.7.9.5