Update default.tpl

Add center span
This commit is contained in:
nrpatten 2013-09-14 09:44:38 +10:00
parent af94ba00fd
commit 35f042dd7b

View File

@ -15,11 +15,13 @@
<tr> <tr>
<td align="left">IDLE Worker</td> <td align="left">IDLE Worker</td>
<td> <td>
<span class="toggle">
<label for="data[idle_worker]"> <label for="data[idle_worker]">
<input type="hidden" name="data[idle_worker]" value="0" /> <input type="hidden" name="data[idle_worker]" value="0" />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<input type="checkbox" class="ios-switch" name="data[idle_worker]" id="data[idle_worker]" value="1"{nocache}{if $SETTINGS['idle_worker']}checked{/if}{/nocache} /> <input type="checkbox" class="ios-switch" name="data[idle_worker]" id="data[idle_worker]" value="1"{nocache}{if $SETTINGS['idle_worker']}checked{/if}{/nocache} />
<div class="switch"></div> <div class="switch"></div>
</label> </label>
</span>
</td> </td>
</tr> </tr>
<tr> <tr>
@ -37,21 +39,25 @@
<tr> <tr>
<td align="left">Auto Payout</td> <td align="left">Auto Payout</td>
<td> <td>
<span class="toggle">
<label for="data[auto_payout]"> <label for="data[auto_payout]">
<input type="hidden" name="data[auto_payout]" value="0" /> <input type="hidden" name="data[auto_payout]" value="0" />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<input type="checkbox" class="ios-switch" name="data[auto_payout]" id="data[auto_payout]" value="1"{nocache}{if $SETTINGS['auto_payout']}checked{/if}{/nocache} /> <input type="checkbox" class="ios-switch" name="data[auto_payout]" id="data[auto_payout]" value="1"{nocache}{if $SETTINGS['auto_payout']}checked{/if}{/nocache} />
<div class="switch"></div> <div class="switch"></div>
</label> </label>
</span>
</td> </td>
</tr> </tr>
<tr> <tr>
<td align="left">Manual Payout</td> <td align="left">Manual Payout</td>
<td> <td>
<span class="toggle">
<label for="data[manual_payout]"> <label for="data[manual_payout]">
<input type="hidden" name="data[manual_payout]" value="0" /> <input type="hidden" name="data[manual_payout]" value="0" />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<input type="checkbox" class="ios-switch" name="data[manual_payout]" id="data[manual_payout]" value="1"{nocache}{if $SETTINGS['manual_payout']}checked{/if}{/nocache} /> <input type="checkbox" class="ios-switch" name="data[manual_payout]" id="data[manual_payout]" value="1"{nocache}{if $SETTINGS['manual_payout']}checked{/if}{/nocache} />
<div class="switch"></div> <div class="switch"></div>
</label> </label>
</span>
</td> </td>
</tr> </tr>
</table> </table>