diff --git a/public/templates/bootstrap/account/earnings/default.tpl-b330233e-4d93-45b2-b7d4-8fcedc058927 b/public/templates/bootstrap/account/earnings/default.tpl-b330233e-4d93-45b2-b7d4-8fcedc058927 deleted file mode 100644 index 91e08685..00000000 --- a/public/templates/bootstrap/account/earnings/default.tpl-b330233e-4d93-45b2-b7d4-8fcedc058927 +++ /dev/null @@ -1,85 +0,0 @@ -{if $DISABLE_TRANSACTIONSUMMARY|default:"0" != 1} -
| - {foreach $SUMMARY as $type=>$total} - | {$type} | - {/foreach} -|||||
|---|---|---|---|---|---|---|
| All Time | - {foreach $SUMMARY as $type=>$total} -{$total|number_format:"8"} | - {/foreach} -1 Hour | -{$DEBITAP_HOUR|number_format:"8" + $DEBITMP_HOUR|number_format:"8"} | -{$DEBITAP_HOUR|number_format:"8"} | -{$DEBITMP_HOUR|number_format:"8"} | -{$TXFEE_HOUR|number_format:"8"} | - {if $GLOBAL.fees|default:"0" > 0} -{$FEE_HOUR|number_format:"8"} | - {/if} -{$DONATION_HOUR|number_format:"8"} | - -
| 1 Day | -{$DEBITAP_DAY|number_format:"8" + $DEBITMP_DAY|number_format:"8"} | -{$DEBITAP_DAY|number_format:"8"} | -{$DEBITMP_DAY|number_format:"8"} | -{$TXFEE_DAY|number_format:"8"} | - {if $GLOBAL.fees|default:"0" > 0} -{$FEE_DAY|number_format:"8"} | - {/if} -{$DONATION_DAY|number_format:"8"} | -
| 1 Week | -{$DEBITAP_WEEK|number_format:"8" + $DEBITMP_WEEK|number_format:"8"} | -{$DEBITAP_WEEK|number_format:"8"} | -{$DEBITMP_WEEK|number_format:"8"} | -{$TXFEE_WEEK|number_format:"8"} | - {if $GLOBAL.fees|default:"0" > 0} -{$FEE_WEEK|number_format:"8"} | - {/if} -{$DONATION_WEEK|number_format:"8"} | -
| 1 Month | -{$DEBITAP_MONTH|number_format:"8" + $DEBITMP_MONTH|number_format:"8"} | -{$DEBITAP_MONTH|number_format:"8"} | -{$DEBITMP_MONTH|number_format:"8"} | -{$TXFEE_MONTH|number_format:"8"} | - {if $GLOBAL.fees|default:"0" > 0} -{$FEE_MONTH|number_format:"8"} | - {/if} -{$DONATION_MONTH|number_format:"8"} | -
| 1 Year | -{$DEBITAP_YEAR + $DEBITMP_YEAR} | -{$DEBITAP_YEAR|number_format:"8"} | -{$DEBITMP_YEAR|number_format:"8"} | -{$TXFEE_YEAR|number_format:"8"} | - {if $GLOBAL.fees|default:"0" > 0} -{$FEE_YEAR|number_format:"8"} | - {/if} -{$DONATION_YEAR|number_format:"8"} | -