diff --git a/public/templates/test/account/transactions/default.tpl b/public/templates/test/account/transactions/default.tpl
index 32febd64..31d0db36 100644
--- a/public/templates/test/account/transactions/default.tpl
+++ b/public/templates/test/account/transactions/default.tpl
@@ -1,84 +1,85 @@
-{include file="global/block_header.tpl" BLOCK_HEADER="Transaction Summary"}
-
-
-
+
+
+
+
+
{foreach $SUMMARY as $type=>$total}
- | {$type} |
+ {$type} |
{/foreach}
-
-
-
-
- {foreach $SUMMARY as $type=>$total}
- | {$total} |
- {/foreach}
-
-
-
-{include file="global/block_footer.tpl"}
-
-{include file="global/block_header.tpl" ALIGN="left" BLOCK_STYLE="width: 23%" BLOCK_HEADER="Transaction Filter"}
-
+
+
+
+
-{include file="global/block_footer.tpl"}
+
-{include file="global/block_header.tpl" ALIGN="right" BLOCK_STYLE="width: 75%" BLOCK_HEADER="Transaction History"}
-
-
-
-
+
+
+
+
-
-
-
-
-
-
-
-
+ | TX # |
+ Account |
+ Date |
+ TX Type |
+ Status |
+ Payment Address |
+ Block # |
+ Amount |
{section transaction $TRANSACTIONS}
- | {$TRANSACTIONS[transaction].id} |
+ {$TRANSACTIONS[transaction].id} |
{$TRANSACTIONS[transaction].username} |
{$TRANSACTIONS[transaction].timestamp} |
{$TRANSACTIONS[transaction].type} |
@@ -102,11 +103,5 @@
{/section}
-
-
- Credit_AP = Auto Threshold Payment, Credit_MP = Manual Payment, Donation = Donation, Fee = Pool Fees (if applicable)
-
-
-
-
-{include file="global/block_footer.tpl"}
+
+