e30a64c7234c3a187a8674af4c497b16849b3178
[mailer.git] / templates / de / html / admin / admin_config_point_settings.tpl
1 <div align="center">
2 <form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=config_points&amp;sub=settings%}" method="post">
3 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
4         <tr>
5                 <td colspan="2" align="center" class="table_header bottom">
6                         <strong>{--ADMIN_CONFIG_POINT_SETTINGS_TITLE--}</strong>
7                 </td>
8         </tr>
9         <tr>
10                 <td class="bottom" align="right">
11                         {--ADMIN_CONFIG_DIRECT_PAY--}
12                 </td>
13                 <td class="bottom" align="right">
14                         {--ADMIN_CONFIG_POINTS_DIRECT--}
15                         <input type="radio" 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" name="allow_direct_pay" value="N" class="form_field"$content[allow_direct_pay_n] />
19                 </td>
20         </tr>
21         <tr>
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="form_field"$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="form_field"$content[reg_points_mode_direct] />
29                 </td>
30         </tr>
31         <tr>
32                 <td class="bottom" align="right">{--ADMIN_CONFIG_REFERAL_PAYOUT--}</td>
33                 <td class="bottom" align="center">
34                         <input type="text" name="ref_payout" class="form_field" size="3" maxlength="3" value="{?ref_payout?}" />
35                 </td>
36         </tr>
37         <tr>
38                 <td colspan="2" class="table_footer">
39                         <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
40                         <input type="submit" name="ok" class="form_submit" value="{--SAVE_SETTINGS--}" />
41                 </td>
42         </tr>
43 </table>
44 </form>
45 </div>