mirror of
https://github.com/moodle/moodle.git
synced 2025-03-18 22:50:19 +01:00
Added option to choose HTML editor
This commit is contained in:
parent
73bb08357c
commit
da061bb457
@ -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) ?>">
|
||||
|
Loading…
x
Reference in New Issue
Block a user