2 <FORM name="theform" method="post" <?=$onsubmit ?> action="editsection.php">
3 <TABLE BORDER=0 cellpadding=0 cellspacing=0>
6 <P><B><? print_string("summaryof", "", "$sectionname $form->section") ?></B></P>
8 <TD align=top width=200>
13 <? if ($usehtmleditor) { ?>
14 <? helpbutton("richtext", get_string("helprichtext"), "moodle", true, true) ?>
16 <? helpbutton("text", get_string("helptext"), "moodle", true, true) ?>
21 <? print_textarea($usehtmleditor, 4, 60, 595, 200, "summary", $form->summary); ?>
23 <INPUT type="hidden" name=id value="<?=$form->id ?>">
24 <INPUT type="submit" value="<? print_string("savechanges") ?>">
25 <INPUT type="reset" value="<? print_string("revert") ?>">
31 print_richedit_javascript("theform", "summary", "no");