Skip to content

Commit

Permalink
Notifications Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rog1121 committed Feb 16, 2014
1 parent 71162d0 commit eb382b6
Showing 1 changed file with 4 additions and 16 deletions.
20 changes: 4 additions & 16 deletions public/templates/mpos/account/notifications/default.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -40,24 +40,12 @@
</tr>
{/if}
<tr>
<td align="left">Auto Payout</td>
<td align="left">Payout</td>
<td>
<span class="toggle">
<label for="data[auto_payout]">
<input type="hidden" name="data[auto_payout]" value="0" />
<input type="checkbox" class="ios-switch" name="data[auto_payout]" id="data[auto_payout]" value="1"{nocache}{if $SETTINGS['auto_payout']|default:"0" == 1}checked{/if}{/nocache} />
<div class="switch"></div>
</label>
</span>
</td>
</tr>
<tr>
<td align="left">Manual Payout</td>
<td>
<span class="toggle">
<label for="data[manual_payout]">
<input type="hidden" name="data[manual_payout]" value="0" />
<input type="checkbox" class="ios-switch" name="data[manual_payout]" id="data[manual_payout]" value="1"{nocache}{if $SETTINGS['manual_payout']|default:"0" == 1}checked{/if}{/nocache} />
<label for="data[payout]">
<input type="hidden" name="data[payout]" value="0" />
<input type="checkbox" class="ios-switch" name="data[payout]" id="data[payout]" value="1"{nocache}{if $SETTINGS['payout']|default:"0" == 1}checked{/if}{/nocache} />
<div class="switch"></div>
</label>
</span>
Expand Down

0 comments on commit eb382b6

Please sign in to comment.