1 <form id=
"theform" method=
"post" action=
"editsection.php">
2 <table summary=
"Summary of week" cellpadding=
"5" class=
"boxaligncenter">
4 <td align=
"right"><p><b><?php print_string("summary") ?>:
</b></p>
7 <?php helpbutton("summaries", get_string("helpsummaries"), "moodle", true, true);
10 helpbutton("richtext", get_string("helprichtext"), "moodle", true, true);
12 helpbutton("text", get_string("helptext"), "moodle", true, true);
19 <?php print_textarea($usehtmleditor, 25, 60, 660, 200, "summary", $form->summary
); ?>
23 <div class=
"singlebutton">
24 <input type=
"hidden" name=
"id" value=
"<?php echo $form->id ?>" />
25 <input type
="hidden" name
="sesskey" value
="<?php echo sesskey() ?>" />
26 <input type
="submit" value
="<?php print_string("savechanges
") ?>" />