]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/t/userlist_detailview.html
* remove spurious > in the templates
[citadel.git] / webcit / static / t / userlist_detailview.html
index b0e5e9e3dcd808c9fb2b8deec3f4861fd27bb9d6..35ffbd0ab9d1e42b270a65737f4cb7e9a1e28d32 100644 (file)
@@ -1,6 +1,5 @@
 <?=("head")>
-<?=("important_msg")>
-<?ICONBAR>
+<?=("important_msg")><?%("COND:LOGGEDIN", 1, 1, 1, "", ="paging")>
 <div id="banner">
   <h1><?_("Edit user account: ")><?USERLIST:USERNAME("X")></h1>
 </div>
@@ -31,7 +30,7 @@
 <tr><td><?_("User ID number")></td><td><input type="text" name="usernum" value="<?USERLIST:UID>" maxlength="7"></td></tr>
 <tr><td><?_("Date and time of last login")></td><td><select name="lastcall">
   <option selected value="<?USERLIST:LASTLOGON:NO>"><?USERLIST:LASTLOGON:STR></option>
-  <option value="<?TIME:NOW:NO>"><?TIME:NOW:STR></option>
+  <option value="<?DATE:NOW:NO>"><?DATE:NOW:STR></option>
 </select></td></tr>
  
 <tr><td><?_("Auto-purge after this many days")></td><td><input type="text" name="purgedays" value="<?USERLIST:DAYSTILLPURGE>" maxlength="5"></td></tr>