2 <form accept-charset="utf-8" action="{%url=modules.php?module=admin&what=config_points&sub=settings%}" method="post">
3 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
5 <td colspan="2" align="center" class="table_header bottom">
6 <strong>{--ADMIN_CONFIG_POINT_SETTINGS_TITLE--}</strong>
10 <td class="bottom" align="right">
11 {--ADMIN_CONFIG_DIRECT_PAY--}
13 <td class="bottom" align="right">
14 {--ADMIN_CONFIG_POINTS_DIRECT--}
15 <input type="radio" class="form_field" name="allow_direct_pay" value="Y" class="form_field"$content[allow_direct_pay_y] /><br />
16 <hr noshade width="220">
17 {--ADMIN_CONFIG_POINTS_MAILS--}
18 <input type="radio" class="form_field" name="allow_direct_pay" value="N" class="form_field"$content[allow_direct_pay_n] />
22 <td class="bottom" align="right">{--ADMIN_CONFIG_REFMODE--}</td>
23 <td class="bottom" align="right" style="padding-right: 10px">
24 {--ADMIN_CONFIG_REFMODE_REF--}
25 <input type="radio" class="form_field" name="reg_points_mode" value="ref" class="form_field"$content[reg_points_mode_ref] />
26 <hr noshade width="220">
27 {--ADMIN_CONFIG_REFMODE_DIRECT--}
28 <input type="radio" class="form_field" name="reg_points_mode" value="direct" class="form_field"$content[reg_points_mode_direct] />
32 <td class="bottom" align="right">{--ADMIN_CONFIG_REFERAL_PAYOUT--}</td>
33 <td class="bottom" align="center">
34 <input type="text" class="form_field" name="ref_payout" size="3" maxlength="3" value="{?ref_payout?}" />
38 <td colspan="2" class="table_footer">
39 <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
40 <input type="submit" class="form_submit" name="ok" value="{--SAVE_SETTINGS--}" />