From e617e0aa3631ec278a96f27465db059d6f278b77 Mon Sep 17 00:00:00 2001 From: Megan Watson Date: Fri, 2 Oct 2009 13:31:22 +0200 Subject: [PATCH] Replaced the smarty file with the correct one. PT: 1370338 Jira: KTS-4409 --- templates/ktcore/forms/widgets/textarea.smarty | 73 +++++++++++++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 45 insertions(+), 28 deletions(-) diff --git a/templates/ktcore/forms/widgets/textarea.smarty b/templates/ktcore/forms/widgets/textarea.smarty index 6567563..63e2348 100755 --- a/templates/ktcore/forms/widgets/textarea.smarty +++ b/templates/ktcore/forms/widgets/textarea.smarty @@ -1,33 +1,50 @@ -
- +{if $options.field->getIsHTML()} {literal} - - - - - + - -{/literal} \ No newline at end of file +{/literal} +{/if} + + \ No newline at end of file -- libgit2 0.21.4