From: Art Cancro Date: Wed, 23 May 2007 12:55:17 +0000 (+0000) Subject: Templatized the invocation of TinyMCE so it can be X-Git-Tag: v7.86~3363 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=d6a32cdbb4a6c7dae7d32a3b9ddff6b5a2619b3b;p=citadel.git Templatized the invocation of TinyMCE so it can be site customized (or even completely replaced) if desired --- diff --git a/webcit/messages.c b/webcit/messages.c index 6c19be0ce..7d1ace54c 100644 --- a/webcit/messages.c +++ b/webcit/messages.c @@ -3132,22 +3132,10 @@ void display_enter(void) wprintf(""); /** - * The following script embeds the TinyMCE richedit control, and automatically + * The following template embeds the TinyMCE richedit control, and automatically * transforms the textarea into a richedit textarea. */ - wprintf( - "\n" - "\n" - ); + do_template("richedit"); /** Enumerate any attachments which are already in place... */ wprintf("
\n", _("Add")); wprintf("
"); - /** Seth asked for these to be at the top *and* bottom... (removed) */ wprintf("
"); wprintf(" +