From: moodler Date: Wed, 26 Apr 2006 08:18:42 +0000 (+0000) Subject: Allow colors to the editor X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=0e1baec9a7a62e353a98d5da09909423f0ab6f76;p=moodle.git Allow colors to the editor --- diff --git a/message/send.php b/message/send.php index b9aae59caf..0ff850cd0f 100644 --- a/message/send.php +++ b/message/send.php @@ -101,7 +101,7 @@ echo '
'; print_textarea($usehtmleditor, 8, 34, 0, 0, 'message', ''); echo '
'; - use_html_editor('message', 'formatblock subscript superscript copy cut paste clean undo redo justifyleft justifycenter justifyright justifyfull lefttoright righttoleft insertorderedlist insertunorderedlist outdent indent forecolor hilitecolor inserthorizontalrule createanchor nolink inserttable'); + use_html_editor('message', 'formatblock subscript superscript copy cut paste clean undo redo justifyleft justifycenter justifyright justifyfull lefttoright righttoleft insertorderedlist insertunorderedlist outdent indent inserthorizontalrule createanchor nolink inserttable'); echo ''; } else { print_textarea(false, 5, 34, 0, 0, 'message', '');