From 14e70b60b0715f6f0890b74fc48b54774de48ea2 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Wed, 24 Aug 2011 19:43:58 +0200 Subject: [PATCH] Bug 6458: Incorrect translation processing - rotating_collections/... Content-Type: text/plain; charset="utf-8" Patch removes templates directives from HTML tags in the rotating collections module. The module is currently not interated into Koha's staff interface. Fixing templats to make Jenkins happy. --- .../en/modules/rotating_collections/addItems.tt | 3 ++- .../rotating_collections/editCollections.tt | 6 ++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/addItems.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/addItems.tt index 88e6936..410ba47 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/addItems.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/addItems.tt @@ -44,7 +44,8 @@ - + [% IF ( removeChecked ) %] + [% ELSE %][% END %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/editCollections.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/editCollections.tt index a330423..7a50b4f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/editCollections.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/editCollections.tt @@ -89,7 +89,8 @@ - + [% IF ( editColTitle ) %] + [% ELSE %][% END %] @@ -98,7 +99,8 @@ - + [% IF (editColDescription ) %] + [% ELSE %][% END %] -- 1.7.4.1