Update default.tpl
Suggestion to remove 'account' column from user 'transactions' page to allow more real estate on the page. The 'account' really is a waste of space anyway for the user view on the other hand the transactions in the Admin panel the account column is useful.
This commit is contained in:
parent
203fb91ecb
commit
748a3d48c3
@ -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