From 7a4db1f8153ce1c974fcdb9db7c02dd7f90e1b16 Mon Sep 17 00:00:00 2001 From: Nick Palmer Date: Fri, 7 Dec 2007 14:01:45 +0000 Subject: Add a help message when using click to activate features of fckeditor. --- templates/edit_textarea.tpl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'templates/edit_textarea.tpl') 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} {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} {/strip} -- cgit v1.3