Merge pull request #1199 from TheSerapher/issue-1196

[FIX] Display TX Fee in account panel
This commit is contained in:
Sebastian Grewe 2013-12-31 23:44:29 -08:00
commit b1cd259a3d

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>