2002-06-25 11:46:12 +00:00
|
|
|
<BLOCKQUOTE>
|
2003-03-11 05:43:39 +00:00
|
|
|
<FORM name="theform" method="post" <?=$onsubmit ?> action="editsection.php">
|
|
|
|
<TABLE BORDER=0 cellpadding=0 cellspacing=0>
|
|
|
|
<TR>
|
|
|
|
<TD align=top>
|
2002-08-04 02:10:00 +00:00
|
|
|
<P><B><? print_string("summaryof", "", "$sectionname $form->section") ?></B></P>
|
2003-03-11 05:43:39 +00:00
|
|
|
</TD>
|
2003-03-11 05:57:00 +00:00
|
|
|
<TD align=top width=100>
|
2003-03-11 05:43:39 +00:00
|
|
|
|
|
|
|
</TD>
|
|
|
|
<TD align=top>
|
|
|
|
<FONT SIZE=-1>
|
2003-03-11 05:57:00 +00:00
|
|
|
<? helpbutton("summaries", get_string("helpsummaries"), "moodle", true, true);
|
|
|
|
if ($usehtmleditor) {
|
|
|
|
helpbutton("richtext", get_string("helprichtext"), "moodle", true, true);
|
|
|
|
} else {
|
|
|
|
helpbutton("text", get_string("helptext"), "moodle", true, true);
|
|
|
|
}
|
|
|
|
?>
|
2003-03-11 05:43:39 +00:00
|
|
|
</FONT>
|
|
|
|
</TD>
|
|
|
|
</TR></TABLE>
|
|
|
|
<? print_textarea($usehtmleditor, 4, 60, 595, 200, "summary", $form->summary); ?>
|
2002-06-25 11:46:12 +00:00
|
|
|
<P>
|
|
|
|
<INPUT type="hidden" name=id value="<?=$form->id ?>">
|
2002-08-04 02:10:00 +00:00
|
|
|
<INPUT type="submit" value="<? print_string("savechanges") ?>">
|
|
|
|
<INPUT type="reset" value="<? print_string("revert") ?>">
|
2002-06-25 11:46:12 +00:00
|
|
|
</P>
|
|
|
|
</FORM>
|
|
|
|
</BLOCKQUOTE>
|
2003-03-11 05:43:39 +00:00
|
|
|
<?
|
|
|
|
if ($usehtmleditor) {
|
|
|
|
print_richedit_javascript("theform", "summary", "no");
|
|
|
|
}
|
|
|
|
?>
|