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} -
-
-
-
- Total Earning Stats -
-
- - - - - - {foreach $SUMMARY as $type=>$total} - - {/foreach} - - - - - - {foreach $SUMMARY as $type=>$total} - - {/foreach} - - - - - - - {if $GLOBAL.fees|default:"0" > 0} - - {/if} - - - - - - - - - {if $GLOBAL.fees|default:"0" > 0} - - {/if} - - - - - - - - - {if $GLOBAL.fees|default:"0" > 0} - - {/if} - - - - - - - - - {if $GLOBAL.fees|default:"0" > 0} - - {/if} - - - - - - - - - {if $GLOBAL.fees|default:"0" > 0} - - {/if} - - - -
{$type}
All Time{$total|number_format:"8"}
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"}{$FEE_HOUR|number_format:"8"}{$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"}{$FEE_DAY|number_format:"8"}{$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"}{$FEE_WEEK|number_format:"8"}{$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"}{$FEE_MONTH|number_format:"8"}{$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"}{$FEE_YEAR|number_format:"8"}{$DONATION_YEAR|number_format:"8"}
-
-
-
-{/if}