more font size tweaks.
[citadel.git] / webcit / static / t / aide / edituser / detailview.html
index 418ce514d5c23348cae92f2cb31874ca6125aed6..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>
@@ -46,7 +54,7 @@
                 <option <?%("COND:USERACCESS", 1, 1, #"AxLocU", 'selected="selected"', "")> value="3">3 - <?_("Local User")></option>
                 <option <?%("COND:USERACCESS", 1, 1, #"AxNetU", 'selected="selected"', "")> value="4">4 - <?_("Network User")></option>
                 <option <?%("COND:USERACCESS", 1, 1, #"AxPrefU", 'selected="selected"', "")> value="5">5 - <?_("Preferred User")></option>
-                <option <?%("COND:USERACCESS", 1, 1, #"AxAideU", 'selected="selected"', "")> value="6">6 - <?_("Aide")></option>
+                <option <?%("COND:USERACCESS", 1, 1, #"AxAideU", 'selected="selected"', "")> value="6">6 - <?_("Admin")></option>
               </select>
              </td>
           </tr>
@@ -75,4 +83,4 @@
     </td>
   </tr>
 </table>
-<?=("trailing")>
\ No newline at end of file
+<?=("trailing")>