[FIX] Round stats

This commit is contained in:
Sebastian Grewe 2014-03-01 20:23:28 +01:00
parent f76a157a4d
commit 9f89ac4ec1
4 changed files with 12 additions and 14 deletions

View File

@ -1,5 +1,5 @@
<div class="row>
<div class="col-lg-6">
<div class="row">
<div class="col-lg-12">
<div class="panel panel-info">
<div class="panel-heading">
<i class="fa fa-bar-chart fa-fw"></i> Block Statistics
@ -7,11 +7,9 @@
<table class="table table-striped table-bordered table-hover">
<tbody>
<tr>
<td>
<a href="{$smarty.server.SCRIPT_NAME}?page={$smarty.request.page}&action={$smarty.request.action}&height={$BLOCKDETAILS.height}&prev=1"><i class="icon-left-open"></i></a>
</td>
<td colspan="7">
<a href="{$smarty.server.SCRIPT_NAME}?page={$smarty.request.page}&action={$smarty.request.action}&height={$BLOCKDETAILS.height}&next=1"><i class="icon-right-open"></i></a>
<td colspan="8">
<a href="{$smarty.server.SCRIPT_NAME}?page={$smarty.request.page}&action={$smarty.request.action}&height={$BLOCKDETAILS.height}&prev=1"><i class="fa fa-chevron-left fa-fw"></i></a>
<a href="{$smarty.server.SCRIPT_NAME}?page={$smarty.request.page}&action={$smarty.request.action}&height={$BLOCKDETAILS.height}&next=1"><i class="fa fa-chevron-right fa-fw pull-right"></i></a>
</td>
</tr>
<tr class="odd">
@ -45,7 +43,7 @@
</tr>
</tbody>
</table>
<footer>
<div class="panel-footer">
<div class="submit_link">
<form action="{$smarty.server.SCRIPT_NAME}" method="POST" id='search'>
<input type="hidden" name="page" value="{$smarty.request.page|escape}">
@ -54,7 +52,7 @@
<input type="submit" value="Search" class="alt_btn">
</form>
</div>
</footer>
</div>
</div>
</div>
</div>

View File

@ -7,12 +7,12 @@
</div>
{else if $GLOBAL.config.payout_system == 'prop'}
{include file="statistics/round/block_stats.tpl"}
<div class="row>
<div class="row">
{include file="statistics/round/round_shares.tpl"}
{include file="statistics/round/round_transactions.tpl"}
</div>
{else}
<div class="row>
<div class="row">
{include file="statistics/round/block_stats.tpl"}
{include file="statistics/round/round_shares.tpl"}
</div>

View File

@ -1,4 +1,4 @@
<div class="row>
<div class="row">
<div class="col-lg-6">
<div class="panel panel-info">
<div class="panel-heading">
@ -109,4 +109,4 @@
</div>
</div>
</div>
</row>
</div>

View File

@ -1,4 +1,4 @@
<div class="row>
<div class="row">
<div class="col-lg-6">
<div class="panel panel-info">
<div class="panel-heading">