Editing of account email addresses using the new server commands in WebCit-classic.
[citadel.git] / webcit / static / t / aide / edituser / detailview.html
index a8da87fd65ef5dabc1fbe8bb0f10810e4d58ec7a..b5695ddd8f89e1d5a8ef0cd2ae0076c7d8579cb2 100644 (file)
             <td><?_("Permission to send Internet mail")></td>
             <td><input type="checkbox" name="inetmail" value="yes" <?%("COND:USERLIST:FLAG:USE_INTERNET", 1, 1, 1, "checked", "")>></td>
           </tr>
+          <tr>
+            <td><?_("Primary Internet e-mail address")></td>
+            <td><input type="text" name="primaryemail" value="<?USERLIST:PRIMARYEMAIL("X")>" maxlength="63"></td>
+          </tr>
+          <tr>
+            <td><?_("Internet e-mail aliases")></td>
+            <td><input type="text" name="otheremails" value="<?USERLIST:OTHEREMAILS("X")>" maxlength="512"></td>
+          </tr>
           <tr>
             <td><?_("Number of logins")></td>
             <td><input type="text" name="timescalled" value="<?USERLIST:NLOGONS>" maxlength="6"></td>