mirror of
https://github.com/moodle/moodle.git
synced 2025-01-22 08:11:26 +01:00
e181f6ab00
don't shoot themseves with it. ;-)
12 lines
442 B
HTML
12 lines
442 B
HTML
<BLOCKQUOTE>
|
|
<FORM name="form" method="post" action="editsection.php">
|
|
<P><B><? print_string("summaryof", "", "$sectionname $form->section") ?></B></P>
|
|
<TEXTAREA NAME=summary COLS=60 ROWS=4 WRAP=virtual><?=$form->summary ?></TEXTAREA>
|
|
<P>
|
|
<INPUT type="hidden" name=id value="<?=$form->id ?>">
|
|
<INPUT type="submit" value="<? print_string("savechanges") ?>">
|
|
<INPUT type="reset" value="<? print_string("revert") ?>">
|
|
</P>
|
|
</FORM>
|
|
</BLOCKQUOTE>
|