Added Last Login column to User Info section

This commit is contained in:
nicoschtein 2014-01-15 17:43:28 -02:00
parent b767d88347
commit a55da151a0

View File

@ -95,6 +95,7 @@
<th align="right" colspan="2">Est. 24 Hours&nbsp;&nbsp;&nbsp;</th>
{/if}
<th align="right">Balance&nbsp;&nbsp;&nbsp;</th>
<th align="right">Last Login&nbsp;&nbsp;&nbsp;</th>
<th align="center">Admin</th>
<th align="center">Locked</th>
<th align="center">No Fees</th>
@ -116,6 +117,7 @@
<td align="right" colspan="2">{$USERS[user].estimates.hours24|number_format:"8"}</td>
{/if}
<td align="right">{$USERS[user].balance|number_format:"8"}</td>
<td align="left">{$USERS[user].lastlogin|escape}</td>
<td align="center">
<input type="hidden" name="admin[{$USERS[user].id}]" value="0"/>
<input type="checkbox" onclick="storeAdmin({$USERS[user].id})" name="admin[{$USERS[user].id}]" value="1" id="admin[{$USERS[user].id}]" {if $USERS[user].is_admin}checked{/if} />