Additions to cope with richtext editor being used in some forms.

This commit is contained in:
moodler
2002-10-10 07:26:10 +00:00
parent fa7d70c8c1
commit 0095d5cd3c
8 changed files with 125 additions and 13 deletions
+14
View File
@@ -65,6 +65,20 @@
<? print_string("configgdversion") ?>
</TD>
</TR>
<TR VALIGN=TOP>
<TD ALIGN=RIGHT><P>htmleditor:</TD>
<TD>
<? unset($options);
$options[0] = get_string("allownot");
$options[1] = get_string("allow");
choose_from_menu ($options, "htmleditor", $config->htmleditor, "", "", "");
formerr($err["htmleditor"]);
?>
</TD>
<TD>
<? print_string("confightmleditor") ?>
</TD>
</TR>
<TR VALIGN=TOP>
<TD ALIGN=RIGHT><P>maxeditingtime:</TD>
<TD>
+1 -1
View File
@@ -255,7 +255,7 @@
print_heading("Moodle $CFG->release ($CFG->version)", "CENTER", 1);
print_footer();
print_footer($site);
?>