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:
Glen 2014-01-10 13:17:45 +11:00
parent 203fb91ecb
commit 748a3d48c3

View File

@ -65,7 +65,6 @@
<thead>
<tr>
<th align="center">ID</th>
<th>Account</th>
<th>Date</th>
<th>TX Type</th>
<th align="center">Status</th>
@ -79,7 +78,6 @@
{section transaction $TRANSACTIONS}
<tr class="{cycle values="odd,even"}">
<td align="center">{$TRANSACTIONS[transaction].id}</td>
<td>{$TRANSACTIONS[transaction].username}</td>
<td>{$TRANSACTIONS[transaction].timestamp}</td>
<td>{$TRANSACTIONS[transaction].type}</td>
<td align="center">