Added option to choose HTML editor

This commit is contained in:
moodler 2002-10-10 07:29:09 +00:00
parent 73bb08357c
commit da061bb457

View File

@ -61,6 +61,15 @@ if (isadmin()) {
choose_from_menu ($choices, "mailformat", $user->mailformat, "") ?>
</td>
</tr>
<tr valign=top>
<td><P><? print_string("textediting") ?>:</td>
<td><?
unset($choices);
$choices["0"] = get_string("texteditor");
$choices["1"] = get_string("htmleditor");
choose_from_menu ($choices, "htmleditor", $user->htmleditor, "") ?>
</td>
</tr>
<tr valign=top>
<td><P><? print_string("city") ?>:</td>
<td><input type="text" name="city" size=25 value="<? p($user->city) ?>">