From 8550a2514a440c122a61b9c956543a918b4b2dad Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 13 Sep 2011 09:33:05 -0400 Subject: [PATCH] Fix for Bug 6458 - incorrect parsing result in translation processing Fixing improperly nested template logic inside HTML tags in CSV profiles template Also fixing improperly scoped template variable which prevented the current profile from being preselected under the edit tab. Signed-off-by: Chris Cormack (cherry picked from commit 9dc11e418a3f48971de92f2722bd564738218c9f) Signed-off-by: Chris Nighswonger --- .../intranet-tmpl/prog/en/modules/tools/csv-profiles.tt | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tt index 7432bf656a..f3c5192133 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tt @@ -101,7 +101,11 @@ function reloadPage(p) {
  • @@ -129,7 +133,7 @@ function reloadPage(p) { - [% IF ( selected_subfield_separator == ',' ) %] [% ELSE %] -- 2.39.5