Merge branch 'bootstrap' of https://github.com/MPOS/php-mpos into bootstrap
No-Padding
This commit is contained in:
commit
ca2e8a4af5
@ -48,7 +48,7 @@
|
||||
<div class="form-group">
|
||||
<label>Anonymous Account</label>
|
||||
<input type="hidden" name="is_anonymous" value="0" />
|
||||
<input type="checkbox" data-size="mini" name="is_anonymous" id="is_anonymous" value="1" {if $GLOBAL.userdata.is_anonymous}checked{/if} {if $GLOBAL.twofactor.enabled && $GLOBAL.twofactor.options.details && !$DETAILSUNLOCKED}id="disabledInput" disabled{/if}/>{/nocache}
|
||||
<input type="checkbox" data-size="mini" name="is_anonymous" id="is_anonymous" value="1" {if $GLOBAL.userdata.is_anonymous}checked{/if} {if $GLOBAL.twofactor.enabled && $GLOBAL.twofactor.options.details && !$DETAILSUNLOCKED}id="disabledInput" disabled{/if}/>
|
||||
<script>
|
||||
$("[id='is_anonymous']").bootstrapSwitch();
|
||||
</script>
|
||||
|
||||
@ -109,4 +109,4 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</di
|
||||
|
||||
@ -65,9 +65,11 @@
|
||||
<td><i class="fa fa-{if $WORKERS[worker].hashrate > 0}check{else}times {/if}fa-fw"></i></td>
|
||||
{if $GLOBAL.config.disable_notifications != 1}
|
||||
<td>
|
||||
<label for="data[{$WORKERS[worker].id}][monitor]">
|
||||
<input type="checkbox" name="data[{$WORKERS[worker].id}][monitor]" value="1" id="data[{$WORKERS[worker].id}][monitor]" {if $WORKERS[worker].monitor}checked{/if} />
|
||||
</label>
|
||||
<input type="hidden" name="data[{$WORKERS[worker].id}][monitor]" value="0" />
|
||||
<input type="checkbox" data-size="small" name="data[{$WORKERS[worker].id}][monitor]" id="data[{$WORKERS[worker].id}][monitor]" value="1" {if $WORKERS[worker].monitor}checked{/if}/>
|
||||
<script>
|
||||
$("[id='data[{$WORKERS[worker].id}][monitor]']").bootstrapSwitch();
|
||||
</script>
|
||||
</td>
|
||||
{/if}
|
||||
<td>{$WORKERS[worker].hashrate|number_format}</td>
|
||||
@ -81,9 +83,4 @@
|
||||
</div>
|
||||
<div class="panel-footer">
|
||||
<input type="submit" class="btn btn-success" value="Update Workers">
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</di
|
||||
@ -3,7 +3,7 @@
|
||||
<div class="col-lg-12">
|
||||
<div class="panel panel-info">
|
||||
<div class="panel-heading">
|
||||
Top Inviters
|
||||
<i class="fa fa-envelope fa-fw"></i> Top Inviters
|
||||
</div>
|
||||
<div class="panel-body no-padding">
|
||||
<table class="table table-striped table-bordered table-hover">
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
<div class="col-lg-12">
|
||||
<div class="panel panel-info">
|
||||
<div class="panel-heading">
|
||||
{$GLOBAL.workers} Current Active Pool Workers
|
||||
<i class="fa fa-desktop fa-fw"></i> {$GLOBAL.workers} Current Active Pool Workers
|
||||
</div>
|
||||
<div class="panel-body no-padding">
|
||||
<div class="table-responsive">
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<div class="col-lg-12">
|
||||
<div class="panel panel-info">
|
||||
<div class="panel-heading">
|
||||
Last registered Users
|
||||
<i class="fa fa-user fa-fw"></i> Last registered Users
|
||||
</div>
|
||||
<div class="panel-body no-padding">
|
||||
<div class="table-responsive">
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<div class="col-lg-12">
|
||||
<div class="panel panel-info">
|
||||
<div class="panel-heading">
|
||||
Earnings Information
|
||||
<i class="fa fa-search fa-fw"></i> Earnings Information
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<div class="table-responsive">
|
||||
@ -45,7 +45,12 @@
|
||||
<td>
|
||||
<div class="form-group">
|
||||
<label>SHOW EMPTY ROUNDS</label>
|
||||
<input type="checkbox" class="form-control" name="filter" value="1" id="filter" {if $FILTER}checked{/if} />
|
||||
<br>
|
||||
<input type="hidden" name="filter" value="0" />
|
||||
<input type="checkbox" data-size="small" name="filter" id="filter" value="1" {if $FILTER}checked{/if}/>
|
||||
<script>
|
||||
$("[id='filter']").bootstrapSwitch();
|
||||
</script>
|
||||
</div>
|
||||
</td>
|
||||
</tbody>
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
<div class="col-lg-12">
|
||||
<div class="panel panel-info">
|
||||
<div class="panel-heading">
|
||||
Earnings Report Last {$BLOCKLIMIT} Blocks For User: {$USERNAME}
|
||||
<i class="fa fa-info fa-fw"></i> Earnings Report Last {$BLOCKLIMIT} Blocks For User: {$USERNAME}
|
||||
</div>
|
||||
<div class="panel-body no-padding">
|
||||
<div class="table-responsive">
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
<div class="panel panel-default">
|
||||
<div class="panel panel-info">
|
||||
<div class="panel-heading">
|
||||
Settings
|
||||
<i class="fa fa-gear fa-fw"></i> Settings
|
||||
</div>
|
||||
<form method="POST" role="form">
|
||||
<input type="hidden" name="page" value="{$smarty.request.page|escape}" />
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<div class="col-lg-12">
|
||||
<div class="panel panel-info">
|
||||
<div class="panel-heading">
|
||||
Transaction Summary
|
||||
<i class="fa fa-money fa-fw"></i> Transaction Summary
|
||||
</div>
|
||||
<div class="panel-body no-padding">
|
||||
<div class="table-responsive">
|
||||
@ -34,7 +34,7 @@
|
||||
<div class="col-lg-4">
|
||||
<div class="panel panel-info">
|
||||
<div class="panel-heading">
|
||||
Transaction Filter
|
||||
<i class="fa fa-search fa-fw"></i> Transaction Filter
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<form action="{$smarty.server.SCRIPT_NAME}" role="form">
|
||||
@ -83,7 +83,7 @@
|
||||
<div class="col-lg-8">
|
||||
<div class="panel panel-info">
|
||||
<div class="panel-heading">
|
||||
Transaction History
|
||||
<i class="fa fa-clock-o fa-fw"></i> Transaction History
|
||||
</div>
|
||||
<div class="panel-body no-padding">
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
<div class="panel panel-default">
|
||||
<div class="panel panel-info">
|
||||
<div class="panel-heading">
|
||||
<h4><i class="fa fa-info-circle fa-fw"></i> latest News</h4>
|
||||
</div>
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<div class="col-lg-6">
|
||||
<div class="panel panel-info">
|
||||
<div class="panel-heading">
|
||||
<i class="fa fa-search fa-fw"></i> Blocks found by own Workers
|
||||
<i class="fa fa-desktop fa-fw"></i> Blocks found by own Workers
|
||||
</div>
|
||||
<div class="panel-body no-padding">
|
||||
<table class="table table-striped table-bordered table-hover">
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<div class="col-lg-6">
|
||||
<div class="panel panel-info">
|
||||
<div class="panel-heading">
|
||||
<i class="fa fa-search fa-fw"></i> Top 25 Blockfinder
|
||||
<i class="fa fa-user fa-fw"></i> Top 25 Blockfinder
|
||||
</div>
|
||||
<div class="panel-body no-padding">
|
||||
<table class="table table-striped table-bordered table-hover">
|
||||
|
||||
@ -90,7 +90,7 @@ $(function () {
|
||||
|
||||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
<div class="panel panel-default">
|
||||
<div class="panel panel-info">
|
||||
<div class="panel-heading">
|
||||
<i class="fa fa-signal fa-fw"></i> Stats
|
||||
</div>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<div class="row">
|
||||
<div class="col-lg-6">
|
||||
<div class="col-lg-12">
|
||||
<div class="panel panel-info">
|
||||
<div class="panel-heading">
|
||||
<i class="fa fa-refresh fa-fw"></i> Round Statistics
|
||||
|
||||
Loading…
Reference in New Issue
Block a user