From 88016dd9b758a3afb3c8f1e505f2922e8369c4ea 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 Content-Type: text/plain; charset="utf-8" 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. --- .../prog/en/modules/tools/csv-profiles.tt | 9 ++++++--- 1 files 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 7432bf6..f3c5192 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 %] -- 1.7.3