From 06d6cb0ce471f312ffb1ddd92f0ce0bc3ab76a24 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Thu, 25 Aug 2011 00:09:11 +0200 Subject: [PATCH] Bug 6458: Incorrect translation processing / suggestion Removes template toolkit directives from within HTML tags. Acquisitions > Suggestions Signed-off-by: Owen Leonard Signed-off-by: Chris Cormack --- .../prog/en/modules/suggestion/suggestion.tt | 41 ++++++++++++------- 1 file changed, 27 insertions(+), 14 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt index 38d784f529..24baefeac7 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt @@ -130,10 +130,14 @@ $(document).ready(function() { calcNewsuggTotal(); });
Suggestion management
    [% IF ( suggestionid ) %]
  1. [% END %]
  2. @@ -273,10 +277,14 @@ $(document).ready(function() { calcNewsuggTotal(); });
  3. Suggestion information

    -
    1. +
        +
      1. -- 2.20.1
     DateBy