commit
56702009d5
@ -65,7 +65,6 @@
|
|||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th align="center">ID</th>
|
<th align="center">ID</th>
|
||||||
<th>Account</th>
|
|
||||||
<th>Date</th>
|
<th>Date</th>
|
||||||
<th>TX Type</th>
|
<th>TX Type</th>
|
||||||
<th align="center">Status</th>
|
<th align="center">Status</th>
|
||||||
@ -79,7 +78,6 @@
|
|||||||
{section transaction $TRANSACTIONS}
|
{section transaction $TRANSACTIONS}
|
||||||
<tr class="{cycle values="odd,even"}">
|
<tr class="{cycle values="odd,even"}">
|
||||||
<td align="center">{$TRANSACTIONS[transaction].id}</td>
|
<td align="center">{$TRANSACTIONS[transaction].id}</td>
|
||||||
<td>{$TRANSACTIONS[transaction].username}</td>
|
|
||||||
<td>{$TRANSACTIONS[transaction].timestamp}</td>
|
<td>{$TRANSACTIONS[transaction].timestamp}</td>
|
||||||
<td>{$TRANSACTIONS[transaction].type}</td>
|
<td>{$TRANSACTIONS[transaction].type}</td>
|
||||||
<td align="center">
|
<td align="center">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user