From 77ffb06dd6828ae318075d36db570520329d9942 Mon Sep 17 00:00:00 2001 From: Adrien Saurat 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() {
  • History end date: [% histenddate %]
  • Received issues:[% recievedlist %]
  • Missing issues:[% missinglist %]
  • -
  • Nonpublic note:[% internalnotes %]
  • -
  • Public 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.4.1