diff options
Diffstat (limited to '')
-rw-r--r-- | template/default/admin/user_modify.vtp | 27 |
1 files changed, 26 insertions, 1 deletions
diff --git a/template/default/admin/user_modify.vtp b/template/default/admin/user_modify.vtp index 53844d64f..49d2f1358 100644 --- a/template/default/admin/user_modify.vtp +++ b/template/default/admin/user_modify.vtp @@ -34,7 +34,7 @@ </tr> <tr> <td>{#new} {#password}<input type="checkbox" name="use_new_pwd" value="1" /></td> - <td><input type="text" name="password" value="{#user:password}" /></td> + <td><input type="text" name="password" value="" /></td> </tr> <tr> <td>{#mail_address}</td> @@ -50,6 +50,31 @@ </select> </td> </tr> + <!--VTP_groups--> + <tr> + <td valign="top">{#menu_groups}</td> + <td> + <table> + <!--VTP_group--> + <tr> + <td>{#name}</td> + <td><input type="checkbox" name="dissociate-{#dissociate_id}" value="1" /> {#dissociate}</td> + </tr> + <!--/VTP_group--> + </table> + </td> + </tr> + <!--/VTP_groups--> + <tr> + <td>{#adduser_associate}</td> + <td> + <select name="associate"> + <!--VTP_associate_group--> + <option value="{#value}">{#option}</option> + <!--/VTP_associate_group--> + </select> + </td> + </tr> <tr> <td colspan="2" align="center"> <input type="submit" name="submit" value="{#submit}" /> |