File: box_select.html

package info (click to toggle)
webcit 902-dfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 8,888 kB
  • ctags: 3,854
  • sloc: ansic: 34,145; sh: 4,455; makefile: 352; xml: 91; sed: 9
file content (15 lines) | stat: -rw-r--r-- 658 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?_("To edit an existing user account, select the user name from the list and click 'Edit'.")>
<br /><br />
 
<center>
  <form method="POST" action="display_edituser">
   <input type="hidden" name="nonce" value="<?NONCE>">
   <select name="username" size=10 style="width:100%">
<?ITERATE("USERLIST", ="aide_edituser_section")>
</select><br />
 
<input type="submit" name="edit_config_button" value="<?_("Edit configuration")>">
<input type="submit" name="edit_abe_button" value="<?_("Edit address book entry")>">
<input type="submit" name="delete_button" value="<?_("Delete user")>"
 	onClick="return confirm('<?_("Delete this user?")>');">
</form></center>