From 92e90c00e1629b2e65c34c1fc2231c698c0a2c0a Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Thu, 25 Aug 2011 00:09:11 +0200 Subject: [PATCH] [SIGNED-OFF] Bug 6458: Incorrect translation processing / suggestion Content-Type: text/plain; charset="utf-8" Removes template toolkit directives from within HTML tags. Acquisitions > Suggestions Signed-off-by: Owen Leonard --- .../prog/en/modules/suggestion/suggestion.tt | 41 +++++++++++++------- 1 files 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 38d784f..24baefe 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. -- 1.7.3
     DateBy