Merge branch 'w52_MDL-29917_m19_autocomplete' of git://github.com/skodak/moodle into...
[moodle.git] / course / editsection.html
blobde0f87d0f28e77cca0a549d16574c03abf2e96a2
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 $id ?>" />
25 <input type="hidden" name="sesskey" value="<?php echo sesskey() ?>" />
26 <input type="submit" value="<?php print_string("savechanges") ?>" />
27 </div>
28 </form>