2003-08-26 12:28:26 +00:00
|
|
|
<center>
|
2003-11-17 01:56:43 +00:00
|
|
|
<form name="theform" method="post" action="editsection.php">
|
2004-09-12 12:21:27 +00:00
|
|
|
<table cellpadding="5">
|
|
|
|
<tr valign="top">
|
|
|
|
<td align="right"><p><b><?php print_string("summary") ?>:</b></p>
|
2003-12-11 07:22:13 +00:00
|
|
|
<br />
|
|
|
|
<font size="1">
|
2003-08-26 12:28:26 +00:00
|
|
|
<?php helpbutton("summaries", get_string("helpsummaries"), "moodle", true, true);
|
2003-12-11 07:22:13 +00:00
|
|
|
echo "<br />";
|
2003-03-11 05:57:00 +00:00
|
|
|
if ($usehtmleditor) {
|
|
|
|
helpbutton("richtext", get_string("helprichtext"), "moodle", true, true);
|
|
|
|
} else {
|
|
|
|
helpbutton("text", get_string("helptext"), "moodle", true, true);
|
|
|
|
}
|
|
|
|
?>
|
2003-12-11 07:22:13 +00:00
|
|
|
<br />
|
|
|
|
</font>
|
|
|
|
</td>
|
|
|
|
<td>
|
2004-12-07 23:49:51 +00:00
|
|
|
<?php print_textarea($usehtmleditor, 25, 60, 660, 200, "summary", $form->summary); ?>
|
2003-12-11 07:22:13 +00:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
2004-09-12 12:21:27 +00:00
|
|
|
<input type="hidden" name="id" value="<?php echo $form->id ?>" />
|
2004-10-08 18:32:27 +00:00
|
|
|
<input type="hidden" name="sesskey" value="<?php echo $form->sesskey ?>" />
|
2004-09-12 12:21:27 +00:00
|
|
|
<input type="submit" value="<?php print_string("savechanges") ?>" />
|
2003-08-26 12:28:26 +00:00
|
|
|
</form>
|
|
|
|
</center>
|