Stats Page Tweaks
This commit is contained in:
parent
dabe58a7b6
commit
b85438858e
@ -33,11 +33,8 @@
|
||||
<!-- /.panel -->
|
||||
{if $GLOBAL.config.payout_system != 'pps'}
|
||||
<div class="panel-footer">
|
||||
<ul>
|
||||
<li>Note: Round Earnings are not credited until <font color="orange">{$GLOBAL.confirmations}</font> confirms.</font></li>
|
||||
</ul>
|
||||
Note: Round Earnings are not credited until <font color="orange">{$GLOBAL.confirmations}</font> confirms.
|
||||
</div>
|
||||
{/if}
|
||||
</div>
|
||||
<!-- /.col-lg-12 -->
|
||||
</div>
|
||||
|
||||
@ -44,11 +44,9 @@
|
||||
</table>
|
||||
</div>
|
||||
<div class="panel-footer">
|
||||
<ul>
|
||||
<i class="fa fa-ban fa-fw"></i>no Donation
|
||||
<i class="fa fa-star-o fa-fw"></i> 0%-2% Donation
|
||||
<i class="fa fa-trophy fa-fw"></i> 2% or more Donation
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -36,13 +36,9 @@
|
||||
</table>
|
||||
</div>
|
||||
<div class="panel-footer">
|
||||
<ul>
|
||||
<i class="fa fa-ban fa-fw"></i>no Donation
|
||||
<i class="fa fa-star-o fa-fw"></i> 0%-2% Donation
|
||||
<i class="fa fa-trophy fa-fw"></i> 2% or more Donation
|
||||
</ul>
|
||||
</div>
|
||||
<!-- /.panel -->
|
||||
</div>
|
||||
<!-- /.col-lg-12 -->
|
||||
</div>
|
||||
|
||||
@ -23,7 +23,7 @@
|
||||
{if ! $GLOBAL.website.chaininfo.disabled}
|
||||
<td><a href="{$GLOBAL.website.chaininfo.url}" target="_new"><font size="2"><span id="b-diff">{$NETWORK.difficulty}</span></font></a></td>
|
||||
{else}
|
||||
<td><font size="2"><span id="b-diff">{$NETWORK.difficulty}</span></font></td>
|
||||
<td><span id="b-diff">{$NETWORK.difficulty}</span></td>
|
||||
{/if}
|
||||
</tr>
|
||||
<tr>
|
||||
@ -69,9 +69,7 @@
|
||||
</table>
|
||||
</div>
|
||||
<div class="panel-footer">
|
||||
{if !$GLOBAL.website.api.disabled}<ul><li>These stats are also available in JSON format <a href="{$smarty.server.SCRIPT_NAME}?page=api&action=getpoolstatus&api_key={$GLOBAL.userdata.api_key|default:""}">HERE</a></li></ul>{/if}
|
||||
{if !$GLOBAL.website.api.disabled}These stats are also available in JSON format <a href="{$smarty.server.SCRIPT_NAME}?page=api&action=getpoolstatus&api_key={$GLOBAL.userdata.api_key|default:""}">HERE</a>{/if}
|
||||
</div>
|
||||
<!-- /.panel -->
|
||||
</div>
|
||||
<!-- /.col-lg-12 -->
|
||||
</div>
|
||||
Loading…
Reference in New Issue
Block a user