]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-7956 Add frameless and JSless message composition option - message text area...
authorskodak <skodak>
Mon, 25 Dec 2006 22:38:56 +0000 (22:38 +0000)
committerskodak <skodak>
Mon, 25 Dec 2006 22:38:56 +0000 (22:38 +0000)
message/discussion.php

index 42ec9c7713c7a12665c468df5d85e587daed853e..635df4ab72633296b923e3705744d70cae558fe2 100644 (file)
         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, 8, 60, 0, 0, 'message', $refreshedmessage);
+        print_textarea(false, 8, 50, 0, 0, 'message', $refreshedmessage);
         echo '<input type="hidden" name="format" value="'.FORMAT_MOODLE.'" />';
     }
     echo '<br /><input type="submit" value="'.get_string('sendmessage', 'message').'" />&nbsp;';