php-mpos/public/templates/mpos/statistics/pool/default.tpl
Sebastian Grewe 88c962266f [IMPROVED] Wrapper for contributor stats
Fixes a small alignment issue with unbalance table heights.
2014-01-11 12:04:48 +01:00

13 lines
421 B
Smarty

<!-- Wrapper -->
<div style="overflow: auto">
{include file="statistics/pool/contributors_shares.tpl"}
{include file="statistics/pool/contributors_hashrate.tpl"}
</div>
{include file="statistics/pool/general_stats.tpl"}
{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"}
{/if}