1 <?_(
"To edit an existing user account, select the user name from the list and click 'Edit'.")
>
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",
"section_userlist_select")
>
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?
")>');">