]> git.mjollnir.org Git - moodle.git/commitdiff
Added "source" mode in richtext editor
authormoodler <moodler>
Thu, 26 Dec 2002 16:27:44 +0000 (16:27 +0000)
committermoodler <moodler>
Thu, 26 Dec 2002 16:27:44 +0000 (16:27 +0000)
mod/assignment/mod.html

index 630784b306c415c90bdb7278262a32544f965bb3..dfd4b64b24323dac067da6f1fb879eac9aa40ef2 100644 (file)
@@ -30,7 +30,7 @@
     </td>
     <td>
     <? 
-       print_textarea($usehtmleditor, 20, 60, 595, 400, "description", $form->description);
+       print_textarea($usehtmleditor, 20, 60, 680, 400, "description", $form->description);
     
        echo "<P align=right>";
        print_string("formattexttype");
 
 <? 
    if ($usehtmleditor) { 
-       print_richedit_javascript("form", "description", "no");
+       print_richedit_javascript("form", "description", "yes");
    }
 ?>