From 5dc31fe392575ac3d1eb5f197a5745f1f61a1240 Mon Sep 17 00:00:00 2001 From: Sebastian Grewe Date: Fri, 10 May 2013 15:31:33 +0200 Subject: [PATCH] properly display credit/debit in color --- public/templates/mmcFE/account/transactions/default.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/templates/mmcFE/account/transactions/default.tpl b/public/templates/mmcFE/account/transactions/default.tpl index 6c9ebe26..51ee85b4 100644 --- a/public/templates/mmcFE/account/transactions/default.tpl +++ b/public/templates/mmcFE/account/transactions/default.tpl @@ -25,7 +25,7 @@ {$TRANSACTIONS[transaction].transType} {$TRANSACTIONS[transaction].sendAddress} {if $TRANSACTIONS[transaction].assocBlock == 0}n/a{else}{$TRANSACTIONS[transaction].assocBlock}{/if} - {$TRANSACTIONS[transaction].amount} + {$TRANSACTIONS[transaction].amount} {/section}