Skip to content

Commit

Permalink
Added option to choose HTML editor
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Oct 10, 2002
1 parent 73bb083 commit da061bb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions user/edit.html
Expand Up @@ -61,6 +61,15 @@
choose_from_menu ($choices, "mailformat", $user->mailformat, "") ?> choose_from_menu ($choices, "mailformat", $user->mailformat, "") ?>
</td> </td>
</tr> </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> <tr valign=top>
<td><P><? print_string("city") ?>:</td> <td><P><? print_string("city") ?>:</td>
<td><input type="text" name="city" size=25 value="<? p($user->city) ?>"> <td><input type="text" name="city" size=25 value="<? p($user->city) ?>">
Expand Down

0 comments on commit da061bb

Please sign in to comment.