Changed comment about encoding (must be utf-8)
[moodle-linuxchix.git] / course / editsection.html
blobecc813b7789321bbc9a18ac01b3d14ef0a4206f9
1 <center>
2 <form name="theform" method="post" action="editsection.php">
3 <table cellpadding="5">
4 <tr valign="top">
5 <td align="right"><p><b><?php print_string("summary") ?>:</b></p>
6 <br />
7 <font size="1">
8 <?php helpbutton("summaries", get_string("helpsummaries"), "moodle", true, true);
9 echo "<br />";
10 if ($usehtmleditor) {
11 helpbutton("richtext", get_string("helprichtext"), "moodle", true, true);
12 } else {
13 helpbutton("text", get_string("helptext"), "moodle", true, true);
16 <br />
17 </font>
18 </td>
19 <td>
20 <?php print_textarea($usehtmleditor, 25, 60, 660, 200, "summary", $form->summary); ?>
21 </td>
22 </tr>
23 </table>
24 <input type="hidden" name="id" value="<?php echo $form->id ?>" />
25 <input type="hidden" name="sesskey" value="<?php echo $form->sesskey ?>" />
26 <input type="submit" value="<?php print_string("savechanges") ?>" />
27 </form>
28 </center>