From 8e2dd34f9c0d45d204415c63267ef6aa3ea13cab Mon Sep 17 00:00:00 2001 From: Sebastian Grewe Date: Fri, 29 Aug 2014 12:27:13 +0200 Subject: [PATCH] [UPDATE] Remove fees from templates if disabled via config --- templates/bootstrap/account/edit/cashout.tpl | 2 +- templates/bootstrap/account/edit/detail.tpl | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/templates/bootstrap/account/edit/cashout.tpl b/templates/bootstrap/account/edit/cashout.tpl index 17ab106f..6be309c8 100644 --- a/templates/bootstrap/account/edit/cashout.tpl +++ b/templates/bootstrap/account/edit/cashout.tpl @@ -13,7 +13,7 @@

- Please note: a {if $GLOBAL.config.txfee_manual > 0.00001}{$GLOBAL.config.txfee_manual}{else}{$GLOBAL.config.txfee_manual|number_format:"8"}{/if} {$GLOBAL.config.currency} transaction will apply when processing "On-Demand" manual payments + {if $GLOBAL.config.txfee_manual > 0}Please note: a {if $GLOBAL.config.txfee_manual > 0.00001}{$GLOBAL.config.txfee_manual}{else}{$GLOBAL.config.txfee_manual|number_format:"8"}{/if} {$GLOBAL.config.currency} transaction will apply when processing "On-Demand" manual payments {/if}

Minimum Cashout: {$GLOBAL.config.mp_threshold} {$GLOBAL.config.currency} diff --git a/templates/bootstrap/account/edit/detail.tpl b/templates/bootstrap/account/edit/detail.tpl index a59574b1..b13e3672 100644 --- a/templates/bootstrap/account/edit/detail.tpl +++ b/templates/bootstrap/account/edit/detail.tpl @@ -50,7 +50,7 @@


- {$GLOBAL.config.ap_threshold.min} - {$GLOBAL.config.ap_threshold.max} {$GLOBAL.config.currency}. Set to '0' for no auto payout. A {if $GLOBAL.config.txfee_auto > 0.00001}{$GLOBAL.config.txfee_auto}{else}{$GLOBAL.config.txfee_auto|number_format:"8"}{/if} {$GLOBAL.config.currency} TX fee will apply + {$GLOBAL.config.ap_threshold.min} - {$GLOBAL.config.ap_threshold.max} {$GLOBAL.config.currency}. Set to '0' for no auto payout.{if $GLOBAL.config.txfee_auto > 0} A {if $GLOBAL.config.txfee_auto > 0.00001}{$GLOBAL.config.txfee_auto}{else}{$GLOBAL.config.txfee_auto|number_format:"8"}{/if} {$GLOBAL.config.currency} TX fee will apply {/if}
@@ -66,7 +66,6 @@ The 4 digit PIN you chose when registering
-