Bumping version for 1.8.9 release. Thinking we might have to go to x.x.10 for the...
[moodle.git] / course / editsection.html
blob2618a8a92df9d51ec20d00ec2dfddf28039ce960
1 <form id="theform" method="post" action="editsection.php">
2 <table summary="Summary of week" cellpadding="5" class="boxaligncenter">
3 <tr valign="top">
4 <td align="right"><p><b><?php print_string("summary") ?>:</b></p>
5 <br />
7 <?php helpbutton("summaries", get_string("helpsummaries"), "moodle", true, true);
8 echo "<br />";
9 if ($usehtmleditor) {
10 helpbutton("richtext", get_string("helprichtext"), "moodle", true, true);
11 } else {
12 helpbutton("text", get_string("helptext"), "moodle", true, true);
15 <br />
17 </td>
18 <td>
19 <?php print_textarea($usehtmleditor, 25, 60, 660, 200, "summary", $form->summary); ?>
20 </td>
21 </tr>
22 </table>
23 <div class="singlebutton">
24 <input type="hidden" name="id" value="<?php echo $form->id ?>" />
25 <input type="hidden" name="sesskey" value="<?php echo sesskey() ?>" />
26 <input type="submit" value="<?php print_string("savechanges") ?>" />
27 </div>
28 </form>