Update default.tpl

add center span
This commit is contained in:
nrpatten 2013-09-14 09:41:28 +10:00
parent 805fca23a1
commit af94ba00fd

View File

@ -50,10 +50,12 @@
<td align="center"><img src="{$PATH}/images/{if $WORKERS[worker].hashrate > 0}icn_alert_success{else}icn_alert_error{/if}.png" /></td>
{if $GLOBAL.config.disable_notifications != 1}
<td>
<span class="toggle">
<label for="data[{$WORKERS[worker].id}][monitor]">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<input type="checkbox" class="ios-switch" name="data[{$WORKERS[worker].id}][monitor]" value="1" id="data[{$WORKERS[worker].id}][monitor]" {if $WORKERS[worker].monitor}checked{/if} />
<input type="checkbox" class="ios-switch" name="data[{$WORKERS[worker].id}][monitor]" value="1" id="data[{$WORKERS[worker].id}][monitor]" {if $WORKERS[worker].monitor}checked{/if} />
<div class="switch"></div>
</label>
</span>
</td>
{/if}
<td align="right">{$WORKERS[worker].hashrate|number_format}</td>