diff --git a/include/smarty/libs/plugins/modifier.seconds_to_hhmmss.php b/include/smarty/libs/plugins/modifier.seconds_to_hhmmss.php new file mode 100644 index 00000000..08a06417 --- /dev/null +++ b/include/smarty/libs/plugins/modifier.seconds_to_hhmmss.php @@ -0,0 +1,18 @@ +
-

{$NETWORK.EstTimePerBlock|seconds_to_words}

+

{$NETWORK.EstTimePerBlock|seconds_to_hhmmss}

Est. Avg. Time per Block

diff --git a/templates/bootstrap/dashboard/round_statistics/pps/round.tpl b/templates/bootstrap/dashboard/round_statistics/pps/round.tpl index 4aa1f226..e11186cb 100644 --- a/templates/bootstrap/dashboard/round_statistics/pps/round.tpl +++ b/templates/bootstrap/dashboard/round_statistics/pps/round.tpl @@ -48,7 +48,7 @@
-

{$NETWORK.EstTimePerBlock|seconds_to_words}

+

{$NETWORK.EstTimePerBlock|seconds_to_hhmmss}

Est. Avg. Time per Block

diff --git a/templates/bootstrap/dashboard/round_statistics/prop/round.tpl b/templates/bootstrap/dashboard/round_statistics/prop/round.tpl index e38a55a8..9e5d2c45 100644 --- a/templates/bootstrap/dashboard/round_statistics/prop/round.tpl +++ b/templates/bootstrap/dashboard/round_statistics/prop/round.tpl @@ -83,7 +83,7 @@
-

{$NETWORK.EstTimePerBlock|seconds_to_words}

+

{$NETWORK.EstTimePerBlock|seconds_to_hhmmss}

Est. Avg. Time per Block