diff --git a/public/templates/test/dashboard/default_pplns.tpl b/public/templates/test/dashboard/default_pplns.tpl index 88641e19..d4249542 100644 --- a/public/templates/test/dashboard/default_pplns.tpl +++ b/public/templates/test/dashboard/default_pplns.tpl @@ -18,17 +18,6 @@ Share Rate {$GLOBAL.userdata.sharerate|number_format:"2"} S/s - - Unpaid Shares - - - Your Valid - {$GLOBAL.userdata.shares.valid|number_format} - - - Pool Valid - {$GLOBAL.roundshares.valid|number_format} - Round Shares @@ -36,6 +25,10 @@ Pool Valid {$GLOBAL.roundshares.valid|number_format} + + Your Valid + {$GLOBAL.userdata.shares.valid|number_format} + Pool Invalid {$GLOBAL.roundshares.invalid|number_format}{if $GLOBAL.roundshares.valid > 0} ({($GLOBAL.roundshares.invalid / ($GLOBAL.roundshares.valid + $GLOBAL.roundshares.invalid) * 100)|number_format:"2"}%){/if} diff --git a/public/templates/test/dashboard/default_prop.tpl b/public/templates/test/dashboard/default_prop.tpl index 9747ba9d..aff7a0a8 100644 --- a/public/templates/test/dashboard/default_prop.tpl +++ b/public/templates/test/dashboard/default_prop.tpl @@ -14,17 +14,6 @@ Share Rate {$GLOBAL.userdata.sharerate|number_format:"2"} S/s - - Unpaid Shares - - - Your Valid - {$GLOBAL.userdata.shares.valid|number_format} - - - Pool Valid - {$GLOBAL.roundshares.valid|number_format} - Round Shares @@ -32,6 +21,10 @@ Pool Valid {$GLOBAL.roundshares.valid|number_format} + + Your Valid + {$GLOBAL.userdata.shares.valid|number_format} + Pool Invalid {$GLOBAL.roundshares.invalid|number_format}{if $GLOBAL.roundshares.valid > 0} ({($GLOBAL.roundshares.invalid / ($GLOBAL.roundshares.valid + $GLOBAL.roundshares.invalid) * 100)|number_format:"2"}%){/if}