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">
|
2003-12-11 07:22:13 +00:00
|
|
|
<table cellpadding=5>
|
|
|
|
<tr valign=top>
|
|
|
|
<td align=right><p><b><?php print_string("summary") ?>:</b></p>
|
|
|
|
<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>
|
|
|
|
<?php print_textarea($usehtmleditor, 4, 60, 660, 200, "summary", $form->summary); ?>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
2003-08-26 12:28:26 +00:00
|
|
|
<input type="hidden" name=id value="<?php echo $form->id ?>">
|
|
|
|
<input type="submit" value="<?php print_string("savechanges") ?>">
|
|
|
|
</form>
|
|
|
|
</center>
|