Added Last Login column to User Info section
This commit is contained in:
parent
b767d88347
commit
a55da151a0
@ -95,6 +95,7 @@
|
||||
<th align="right" colspan="2">Est. 24 Hours </th>
|
||||
{/if}
|
||||
<th align="right">Balance </th>
|
||||
<th align="right">Last Login </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} />
|
||||
|
||||
Loading…
Reference in New Issue
Block a user