From 88c962266f2d244c9a8f4a8400b11d0938d9fac7 Mon Sep 17 00:00:00 2001 From: Sebastian Grewe Date: Sat, 11 Jan 2014 12:04:48 +0100 Subject: [PATCH] [IMPROVED] Wrapper for contributor stats Fixes a small alignment issue with unbalance table heights. --- .../mpos/statistics/pool/contributors_hashrate.tpl | 2 +- .../templates/mpos/statistics/pool/contributors_shares.tpl | 2 +- public/templates/mpos/statistics/pool/default.tpl | 7 ++++--- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/public/templates/mpos/statistics/pool/contributors_hashrate.tpl b/public/templates/mpos/statistics/pool/contributors_hashrate.tpl index 7502730d..af7926fa 100644 --- a/public/templates/mpos/statistics/pool/contributors_hashrate.tpl +++ b/public/templates/mpos/statistics/pool/contributors_hashrate.tpl @@ -1,4 +1,4 @@ -
+

Contributor Hashrates

diff --git a/public/templates/mpos/statistics/pool/contributors_shares.tpl b/public/templates/mpos/statistics/pool/contributors_shares.tpl index aedfa296..5a85e789 100644 --- a/public/templates/mpos/statistics/pool/contributors_shares.tpl +++ b/public/templates/mpos/statistics/pool/contributors_shares.tpl @@ -1,4 +1,4 @@ -
+

Contributor Shares

diff --git a/public/templates/mpos/statistics/pool/default.tpl b/public/templates/mpos/statistics/pool/default.tpl index 851f9c08..bd5a14d5 100644 --- a/public/templates/mpos/statistics/pool/default.tpl +++ b/public/templates/mpos/statistics/pool/default.tpl @@ -1,10 +1,11 @@ + +
{include file="statistics/pool/contributors_shares.tpl"} - {include file="statistics/pool/contributors_hashrate.tpl"} +
{include file="statistics/pool/general_stats.tpl"} - -{include file="statistics/blocks/small_table.tpl" ALIGN="right" SHORT=true} +{include file="statistics/blocks/small_table.tpl"} {if !$GLOBAL.website.api.disabled && !$GLOBAL.config.disable_navbar && !$GLOBAL.config.disable_navbar_api} {include file="statistics/js.tpl"}