When editing a vCard, suppress the email fields from being displayed when editing...
[citadel.git] / webcit / static / t / aide / edituser / box_select.html
index e984a0361b4ae354d7d348e163628460c663a3f3..d77a8ad67ce807ad9121165990cbe1d10ed476d2 100644 (file)
@@ -4,8 +4,9 @@
 <center>
   <form method="POST" action="display_edituser">
    <input type="hidden" name="nonce" value="<?NONCE>">
+   <input type="hidden" name="suppress_email" value="1">
    <select name="username" size=10 style="width:100%">
-<?ITERATE("USERLIST", "section_userlist_select")>
+<?ITERATE("USERLIST", ="aide_edituser_section")>
 </select><br />
  
 <input type="submit" name="edit_config_button" value="<?_("Edit configuration")>">