]> git.mjollnir.org Git - moodle.git/commitdiff
Allow colors to the editor
authormoodler <moodler>
Wed, 26 Apr 2006 08:18:42 +0000 (08:18 +0000)
committermoodler <moodler>
Wed, 26 Apr 2006 08:18:42 +0000 (08:18 +0000)
message/send.php

index b9aae59caf88fd67da6cba8f6c0506a4199bf781..0ff850cd0f5ad0c102e2d5081fc478e66e858085 100644 (file)
         echo '<table align="center"><tr><td align="center">';
         print_textarea($usehtmleditor, 8, 34, 0, 0, 'message', '');
         echo '</td></tr></table>';
-        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 '<input type="hidden" name="format" value="'.FORMAT_HTML.'" />';
     } else {
         print_textarea(false, 5, 34, 0, 0, 'message', '');