* fix times of last user access and now
[citadel.git] / webcit / static / t / userlist_detailview.html
index b0e5e9e3dcd808c9fb2b8deec3f4861fd27bb9d6..63814bf6503f9321fd31b54e5c5afd761a87b6d0 100644 (file)
@@ -31,7 +31,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>