Merge branch 'bootstrap' of https://github.com/MPOS/php-mpos into bootstrap

This commit is contained in:
iAmShorty 2014-03-02 00:00:41 +01:00
commit efa5c0b7bd

View File

@ -43,10 +43,7 @@
</td>
<td>
<input type="hidden" name="data[payout]" value="0" />
<input type="checkbox" data-size="small" name="data[payout]" id="payout" value="1"{nocache}{if $SETTINGS['payout']|default:"0" == 1}checked{/if}{/nocache} />
<script>
$("[id='payout']").bootstrapSwitch();
</script>
<input type="checkbox" class="switch" data-size="small" name="data[payout]" id="payout" value="1"{nocache}{if $SETTINGS['payout']|default:"0" == 1}checked{/if}{/nocache} />
</td>
</tr>
<tr>