summaryrefslogtreecommitdiff
path: root/templates/edit_textarea.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/edit_textarea.tpl')
-rw-r--r--templates/edit_textarea.tpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/edit_textarea.tpl b/templates/edit_textarea.tpl
index bbfa3ea..121acc7 100644
--- a/templates/edit_textarea.tpl
+++ b/templates/edit_textarea.tpl
@@ -35,9 +35,9 @@
{/if}
{formhelp note=$textarea_help}
- {if $gBitSystem->isPackageActive('fckeditor') &&
- ($gBitSystem->isFeatureActive("fckeditor_ask") ||
- $gBitSystem->isFeatureActive("fckeditor_on_click"))}
+ {if $gBitSystem->isPackageActive('ckeditor') &&
+ ($gBitSystem->isFeatureActive("ckeditor_ask") ||
+ $gBitSystem->isFeatureActive("ckeditor_on_click"))}
{formhelp note="Click in the textarea to activate the editor."}
{/if}
{/forminput}