Panel Inception Fix
This commit is contained in:
parent
efa5c0b7bd
commit
6f5c5d70c6
@ -48,10 +48,7 @@
|
|||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label>Anonymous Account</label>
|
<label>Anonymous Account</label>
|
||||||
<input type="hidden" name="is_anonymous" value="0" />
|
<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}/>
|
<input type="checkbox" class="switch" 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>
|
|
||||||
</br>
|
</br>
|
||||||
<font size="1">Hide username on website from others. Admins can still get your user information.</font>
|
<font size="1">Hide username on website from others. Admins can still get your user information.</font>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -23,8 +23,7 @@
|
|||||||
<th>Active</th>
|
<th>Active</th>
|
||||||
<td>
|
<td>
|
||||||
<input type="hidden" name="active" value="0" />
|
<input type="hidden" name="active" value="0" />
|
||||||
<input type="checkbox" name="active" value="1" id="active" {nocache}{if $NEWS.active}checked{/if}{/nocache} />
|
<input type="checkbox" class="switch" name="active" value="1" id="active" {nocache}{if $NEWS.active}checked{/if}{/nocache}>
|
||||||
<label for="active"></label>
|
|
||||||
</td>
|
</td>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
|
|||||||
6
public/templates/bootstrap/statistics/blocks/block_shares_graph.tpl
Normal file → Executable file
6
public/templates/bootstrap/statistics/blocks/block_shares_graph.tpl
Normal file → Executable file
@ -40,9 +40,6 @@ $(function () {
|
|||||||
<div class="panel-heading">
|
<div class="panel-heading">
|
||||||
<i class="fa fa-th fa-fw"></i> Block Shares
|
<i class="fa fa-th fa-fw"></i> Block Shares
|
||||||
</div>
|
</div>
|
||||||
<div class="panel-body">
|
|
||||||
<div class="panel-group">
|
|
||||||
<div class="panel panel-default">
|
|
||||||
<div class="panel-body">
|
<div class="panel-body">
|
||||||
<ul class="pager">
|
<ul class="pager">
|
||||||
<li class="previous">
|
<li class="previous">
|
||||||
@ -58,7 +55,4 @@ $(function () {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
Loading…
Reference in New Issue
Block a user