summaryrefslogtreecommitdiff
path: root/templates/edit_textarea.tpl
diff options
context:
space:
mode:
authorwjames5 <will@tekimaki.com>2010-02-12 19:06:13 +0000
committerwjames5 <will@tekimaki.com>2010-02-12 19:06:13 +0000
commita1940a6050953efc279655eef46a7fa3305ae50c (patch)
tree33fb5f79381fffa3bed2ca10022cc19394cebad8 /templates/edit_textarea.tpl
parent1927c27e7c2d4d09f6afdcc341f4f2dfda428c42 (diff)
downloadliberty-a1940a6050953efc279655eef46a7fa3305ae50c.tar.gz
liberty-a1940a6050953efc279655eef46a7fa3305ae50c.tar.bz2
liberty-a1940a6050953efc279655eef46a7fa3305ae50c.zip
display error if there is one
Diffstat (limited to 'templates/edit_textarea.tpl')
-rw-r--r--templates/edit_textarea.tpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/edit_textarea.tpl b/templates/edit_textarea.tpl
index dd06d54..e0d74b7 100644
--- a/templates/edit_textarea.tpl
+++ b/templates/edit_textarea.tpl
@@ -14,6 +14,7 @@
<div class="row rt-edit">
{formlabel label=$textarea_label for=$textarea_id}
{forminput}
+ {formfeedback error=$textarea_error}
<textarea {$textarea_class} {$textarea_attributes} {spellchecker width=$cols height=$rows} id="{$textarea_id|default:$smarty.const.LIBERTY_TEXT_AREA}" name="{$textarea_name|default:edit}" {$textarea_style}>{$textarea_data|escape:html}</textarea>
{formhelp note=$textarea_help}
{if $gBitSystem->isPackageActive('fckeditor') &&