diff --git a/public/templates/bootstrap/admin/wallet/default.tpl b/public/templates/bootstrap/admin/wallet/default.tpl old mode 100644 new mode 100755 index b88d6719..6a2264ac --- a/public/templates/bootstrap/admin/wallet/default.tpl +++ b/public/templates/bootstrap/admin/wallet/default.tpl @@ -18,15 +18,20 @@ Unconfirmed {$UNCONFIRMED|number_format:"8"} +{if $NEWMINT >= 0} Liquid Assets {($BALANCE - $LOCKED - $UNCONFIRMED + $NEWMINT|default:"0")|number_format:"8"} -{if $NEWMINT >= 0} PoS New Mint {$NEWMINT|number_format:"8"} +{else} + + Liquid Assets + {($BALANCE - $LOCKED - $UNCONFIRMED)|number_format:"8"} + {/if} diff --git a/public/templates/mpos/admin/wallet/default.tpl b/public/templates/mpos/admin/wallet/default.tpl old mode 100644 new mode 100755 index 033336e8..f536ee46 --- a/public/templates/mpos/admin/wallet/default.tpl +++ b/public/templates/mpos/admin/wallet/default.tpl @@ -17,15 +17,20 @@ Unconfirmed {$UNCONFIRMED|number_format:"8"} +{if $NEWMINT >= 0} Liquid Assets {($BALANCE - $LOCKED - $UNCONFIRMED + $NEWMINT|default:"0")|number_format:"8"} -{if $NEWMINT >= 0} PoS New Mint {$NEWMINT|number_format:"8"} +{else} + + Liquid Assets + {($BALANCE - $LOCKED - $UNCONFIRMED)|number_format:"8"} + {/if}