New translationd added.
[moodle.git] / course / editsection.html
blob1cf9fc40460193d7921f7e2cfa25e5f21bd7fc4d
1 <BLOCKQUOTE>
2 <FORM name="theform" method="post" <?=$onsubmit ?> action="editsection.php">
3 <TABLE BORDER=0 cellpadding=0 cellspacing=0>
4 <TR>
5 <TD align=top>
6 <P><B><? print_string("summaryof", "", "$sectionname $form->section") ?></B></P>
7 </TD>
8 <TD align=top width=100>
9 &nbsp;
10 </TD>
11 <TD align=top>
12 <FONT SIZE=-1>
13 <? helpbutton("summaries", get_string("helpsummaries"), "moodle", true, true);
14 if ($usehtmleditor) {
15 helpbutton("richtext", get_string("helprichtext"), "moodle", true, true);
16 } else {
17 helpbutton("text", get_string("helptext"), "moodle", true, true);
20 </FONT>
21 </TD>
22 </TR></TABLE>
23 <? print_textarea($usehtmleditor, 4, 60, 595, 200, "summary", $form->summary); ?>
24 <P>
25 <INPUT type="hidden" name=id value="<?=$form->id ?>">
26 <INPUT type="submit" value="<? print_string("savechanges") ?>">
27 <INPUT type="reset" value="<? print_string("revert") ?>">
28 </P>
29 </FORM>
30 </BLOCKQUOTE>
31 <?
32 if ($usehtmleditor) {
33 print_richedit_javascript("theform", "summary", "no");