diff options
| author | wjames5 <will@tekimaki.com> | 2010-03-20 15:12:02 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2010-03-20 15:12:02 +0000 |
| commit | da620f8d4a7169500b9be101ca3f5f6b4e758ff2 (patch) | |
| tree | 7297edf71f73e8ae2aaa9c385757ef76358a6d01 /templates/edit_textarea.tpl | |
| parent | 48fc4c8b2c457b3ec22d904167ba270cfb5c42bd (diff) | |
| download | liberty-da620f8d4a7169500b9be101ca3f5f6b4e758ff2.tar.gz liberty-da620f8d4a7169500b9be101ca3f5f6b4e758ff2.tar.bz2 liberty-da620f8d4a7169500b9be101ca3f5f6b4e758ff2.zip | |
add option to display require icon
Diffstat (limited to 'templates/edit_textarea.tpl')
| -rw-r--r-- | templates/edit_textarea.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/edit_textarea.tpl b/templates/edit_textarea.tpl index e0d74b7..3389153 100644 --- a/templates/edit_textarea.tpl +++ b/templates/edit_textarea.tpl @@ -16,6 +16,7 @@ {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> + {if $textarea_required}{required}{/if} {formhelp note=$textarea_help} {if $gBitSystem->isPackageActive('fckeditor') && ($gBitSystem->isFeatureActive("fckeditor_ask") || |
