From e078c5447a9dbbffb4ee8338ca84109ad069878f Mon Sep 17 00:00:00 2001 From: Sebastian Grewe Date: Wed, 22 May 2013 17:09:49 +0200 Subject: [PATCH] properly highlight user in top tables even if row is of class even --- .../mmcFE/statistics/pool/contributors_hashrate.tpl | 5 ++--- .../templates/mmcFE/statistics/pool/contributors_shares.tpl | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/public/templates/mmcFE/statistics/pool/contributors_hashrate.tpl b/public/templates/mmcFE/statistics/pool/contributors_hashrate.tpl index 7b52cc0b..30dbf416 100644 --- a/public/templates/mmcFE/statistics/pool/contributors_hashrate.tpl +++ b/public/templates/mmcFE/statistics/pool/contributors_hashrate.tpl @@ -1,6 +1,6 @@ {include file="global/block_header.tpl" ALIGN="left" BLOCK_HEADER="Top Hashrate Contributers"}
- +
@@ -13,7 +13,7 @@ {assign var=rank value=1} {assign var=listed value=0} {section contrib $CONTRIBHASHES} - + @@ -30,6 +30,5 @@ {/if}
Rank
{$rank++} {$CONTRIBHASHES[contrib].account} {$CONTRIBHASHES[contrib].hashrate|number_format}
-
{include file="global/block_footer.tpl"} diff --git a/public/templates/mmcFE/statistics/pool/contributors_shares.tpl b/public/templates/mmcFE/statistics/pool/contributors_shares.tpl index 8fbd590a..02f33283 100644 --- a/public/templates/mmcFE/statistics/pool/contributors_shares.tpl +++ b/public/templates/mmcFE/statistics/pool/contributors_shares.tpl @@ -1,6 +1,6 @@ {include file="global/block_header.tpl" ALIGN="right" BLOCK_HEADER="Top Share Contributers"}
- +
@@ -12,7 +12,7 @@ {assign var=rank value=1} {assign var=listed value=0} {section hashrate $CONTRIBSHARES} - + @@ -27,6 +27,5 @@ {/if}
Rank
{$rank++} {$CONTRIBSHARES[hashrate].account} {$CONTRIBSHARES[hashrate].shares|number_format}
-
{include file="global/block_footer.tpl"}