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="admin_table dashed">
5 <td colspan="2" align="center" class="admin_title bottom">
6 <strong>{--ADMIN_EDIT_POINT_SETTINGS--}</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" name="allow_direct_pay" value="Y" class="admin_normal"$content[allow_direct_pay_y] /><br />
16 <hr noshade width="220">
17 {--ADMIN_CONFIG_POINTS_MAILS--}
18 <input type="radio" name="allow_direct_pay" value="N" class="admin_normal"$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" name="reg_points_mode" value="ref" class="admin_normal"$content[reg_points_mode_ref] />
26 <hr noshade width="220">
27 {--ADMIN_CONFIG_REFMODE_DIRECT--}
28 <input type="radio" name="reg_points_mode" value="direct" class="admin_normal"$content[reg_points_mode_direct] />
32 <td class="bottom" align="right">{--REF_PAYOUT--}</td>
33 <td class="bottom" align="center">
34 <input type="text" name="ref_payout" class="admin_normal" size="3" maxlength="3" value="{?ref_payout?}" />
38 <td colspan="2" class="admin_footer">
39 <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
40 <input type="submit" name="ok" class="admin_submit" value="{--SAVE_SETTINGS--}" />