[FIX] Display TX Fee in account panel

Fixes #1196 once merged.
This commit is contained in:
Sebastian Grewe 2014-01-01 08:43:53 +01:00
parent 4e4ebb3d90
commit 020905679a

View File

@ -71,7 +71,7 @@
</header>
<div class="module_content">
<p style="padding-left:30px; padding-redight:30px; font-size:10px;">
Please note: a {$GLOBAL.config.txfee} {$GLOBAL.config.currency} transaction will apply when processing "On-Demand" manual payments
Please note: a {if $GLOBAL.config.txfee > 0.00001}{$GLOBAL.config.txfee}{else}{$GLOBAL.config.txfee|number_format:"8"}{/if} {$GLOBAL.config.currency} transaction will apply when processing "On-Demand" manual payments
</p>
<fieldset>
<label>Account Balance</label>