[UPDATE] smaller table footers
This commit is contained in:
parent
c3d69fe1ce
commit
7f012446f0
@ -84,7 +84,7 @@
|
||||
</table>
|
||||
</div>
|
||||
<div class="panel-footer">
|
||||
<b>Debit_AP</b> = Auto Threshold Payment, <b>Debit_MP</b> = Manual Payment, <b>Donation</b> = Donation, <b>Fee</b> = Pool Fees (if applicable)
|
||||
<h6><b>Debit_AP</b> = Auto Threshold Payment, <b>Debit_MP</b> = Manual Payment, <b>Donation</b> = Donation, <b>Fee</b> = Pool Fees (if applicable)</h6>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -24,7 +24,7 @@
|
||||
<th>Active</th>
|
||||
<td>
|
||||
<input type="hidden" name="active" value="0" />
|
||||
<input type="checkbox" class="switch" name="active" value="1" id="active" {nocache}{if $NEWS.active}checked{/if}{/nocache}>
|
||||
<input type="checkbox" class="switch" data-size="mini" name="active" value="1" id="active" {nocache}{if $NEWS.active}checked{/if}{/nocache}>
|
||||
</td>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
|
||||
@ -42,7 +42,7 @@
|
||||
.templates-tree span.dynatree-activated a { font-weight: bold; }
|
||||
</style>
|
||||
<div class="panel-footer">
|
||||
<ul><li>Bold templates are activated</li></ul>
|
||||
<h6><ul><li>Bold templates are activated</li></ul></h6>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -128,7 +128,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="panel-footer">
|
||||
<b>Credit_AP</b> = Auto Threshold Payment, <b>Credit_MP</b> = Manual Payment, <b>Donation</b> = Donation, <b>Fee</b> = Pool Fees (if applicable)
|
||||
<h6><b>Credit_AP</b> = Auto Threshold Payment, <b>Credit_MP</b> = Manual Payment, <b>Donation</b> = Donation, <b>Fee</b> = Pool Fees (if applicable)</h6>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -14,7 +14,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="panel-footer overview">
|
||||
Refresh interval: {$GLOBAL.config.statistics_ajax_refresh_interval|default:"10"} seconds. Hashrate based on shares submitted in the past {$INTERVAL|default:"5"} minutes.
|
||||
<h6>Refresh interval: {$GLOBAL.config.statistics_ajax_refresh_interval|default:"10"} seconds. Hashrate based on shares submitted in the past {$INTERVAL|default:"5"} minutes.</h6>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -2,9 +2,9 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<th><h4><i class="fa fa-cloud fa-fw"></i> Round Shares</h4></th>
|
||||
<th><h4><i class="fa fa-thumbs-up fa-hw"></i> Valid</h4></th>
|
||||
<th><h4><i class="fa fa-thumbs-down fa-hw"></i> Invalid</h4></th>
|
||||
<th><h4><i class="fa fa-dot-circle-o fa-hw"></i> Efficiency</h4></th>
|
||||
<th><h4><i class="fa fa-thumbs-up fa-fw"></i> Valid</h4></th>
|
||||
<th><h4><i class="fa fa-thumbs-down fa-fw"></i> Invalid</h4></th>
|
||||
<th><h4><i class="fa fa-dot-circle-o fa-fw"></i> Efficiency</h4></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><h4><i class="fa fa-user fa-fw"></i> My Shares</h4></td>
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
{include file="dashboard/round_statistics/$PAYOUT_SYSTEM/_content.tpl"}
|
||||
{include file="dashboard/round_statistics/$PAYOUT_SYSTEM/_footer.tpl"}
|
||||
<div class="panel-footer">
|
||||
Refresh interval: {$GLOBAL.config.statistics_ajax_refresh_interval|default:"10"} seconds.
|
||||
<h6>Refresh interval: {$GLOBAL.config.statistics_ajax_refresh_interval|default:"10"} seconds.</h6>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -178,7 +178,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="panel-footer">
|
||||
{if $GLOBAL.config.payout_system != 'pps'}Round earnings are not credited until <font color="orange">{$GLOBAL.confirmations}</font> confirms.{/if}
|
||||
<h6>{if $GLOBAL.config.payout_system != 'pps'}Round earnings are not credited until <font color="orange">{$GLOBAL.confirmations}</font> confirms.{/if}</h6>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -77,7 +77,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="panel-footer">
|
||||
{if $GLOBAL.config.payout_system != 'pps'}Round Earnings are not credited until <font color="orange">{$GLOBAL.confirmations}</font> confirms.{/if}
|
||||
<h6>{if $GLOBAL.config.payout_system != 'pps'}Round Earnings are not credited until <font color="orange">{$GLOBAL.confirmations}</font> confirms.{/if}</h6>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -32,7 +32,7 @@
|
||||
</div>
|
||||
{if $GLOBAL.config.payout_system != 'pps'}
|
||||
<div class="panel-footer">
|
||||
Note: Round Earnings are not credited until <font color="orange">{$GLOBAL.confirmations}</font> confirms.
|
||||
<h6>Note: Round Earnings are not credited until <font color="orange">{$GLOBAL.confirmations}</font> confirms.</h6>
|
||||
</div>
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
@ -50,9 +50,11 @@
|
||||
</table>
|
||||
</div>
|
||||
<div class="panel-footer">
|
||||
<h6>
|
||||
<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
|
||||
<i class="fa fa-trophy fa-fw"></i> 2% or more Donation
|
||||
</h6>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -36,9 +36,11 @@
|
||||
</table>
|
||||
</div>
|
||||
<div class="panel-footer">
|
||||
<h6>
|
||||
<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
|
||||
<i class="fa fa-trophy fa-fw"></i> 2% or more Donation
|
||||
</h6>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -69,7 +69,7 @@
|
||||
</table>
|
||||
</div>
|
||||
<div class="panel-footer">
|
||||
{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}
|
||||
<h6>{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}</h6>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -58,7 +58,7 @@
|
||||
</table>
|
||||
</div>
|
||||
<div class="panel-footer">
|
||||
Last update {$UPDATED|date_format:"%b %d, %Y %H:%M"}
|
||||
<h6>Last update {$UPDATED|date_format:"%b %d, %Y %H:%M"}</h6>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user