1016faadef6d1daebd7955983143c6df3d331a70
[citadel.git] / webcit / static / t / aide / edituser / box_select.html
1 <?_("To edit an existing user account, select the user name from the list and click 'Edit'.")>
2 <br /><br />
3  
4 <center>
5   <form method="POST" action="display_edituser">
6    <input type="hidden" name="nonce" value="<?NONCE>">
7    <select name="username" size=10 style="width:100%">
8 <?ITERATE("USERLIST", ="aide_edituser_section")>
9 </select><br />
10  
11 <input type="submit" name="edit_config_button" value="<?_("Edit configuration")>">
12 <input type="submit" name="edit_abe_button" value="<?_("Edit address book entry")>">
13 <input type="submit" name="delete_button" value="<?_("Delete user")>"
14         onClick="return confirm('<?_("Delete this user?")>');">
15 </form></center>