From 22804d6ff6fdc2105644f03d0edca1e4e17d4b72 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/... 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. Signed-off-by: Owen Leonard Signed-off-by: Chris Cormack --- .../prog/en/modules/rotating_collections/addItems.tt | 3 ++- .../prog/en/modules/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 88e693682e..410ba477c3 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 a330423a5d..7a50b4f568 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 %] -- 2.39.2