Merge pull request #1323 from daygle/patch-4

Update default.tpl
This commit is contained in:
Sebastian Grewe 2014-01-09 21:53:24 -08:00
commit 56702009d5

View File

@ -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">