summaryrefslogtreecommitdiff
path: root/templates/edit_textarea.tpl
diff options
context:
space:
mode:
authorNick Palmer <nick@sluggardy.net>2007-12-07 14:01:45 +0000
committerNick Palmer <nick@sluggardy.net>2007-12-07 14:01:45 +0000
commit7a4db1f8153ce1c974fcdb9db7c02dd7f90e1b16 (patch)
tree04d2764190c263701cdf35f40ab0debde494c3e2 /templates/edit_textarea.tpl
parentca349494055bdf0d4f8f76fc2935401284e10aa1 (diff)
downloadliberty-7a4db1f8153ce1c974fcdb9db7c02dd7f90e1b16.tar.gz
liberty-7a4db1f8153ce1c974fcdb9db7c02dd7f90e1b16.tar.bz2
liberty-7a4db1f8153ce1c974fcdb9db7c02dd7f90e1b16.zip
Add a help message when using click to activate features of fckeditor.
Diffstat (limited to 'templates/edit_textarea.tpl')
-rw-r--r--templates/edit_textarea.tpl5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/edit_textarea.tpl b/templates/edit_textarea.tpl
index 798c77e..1f7925f 100644
--- a/templates/edit_textarea.tpl
+++ b/templates/edit_textarea.tpl
@@ -16,6 +16,11 @@
{forminput}
<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') &&
+ ($gBitSystem->isFeatureActive("fckeditor_ask") ||
+ $gBitSystem->isFeatureActive("fckeditor_on_click"))}
+ {formhelp note="Click in the textarea to activate the editor."}
+ {/if}
{/forminput}
</div>
{/strip}