mailer project continued:
[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" class="form_field" name="allow_direct_pay" value="Y"$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"$content[allow_direct_pay_n] />
19                 </td>
20         </tr>
21         <tr>
22                 <td class="bottom" align="right">{--ADMIN_CONFIG_REFERRAL_PAYOUT--}</td>
23                 <td class="bottom" align="center">
24                         <input type="text" class="form_field" name="ref_payout" size="3" maxlength="3" value="{?ref_payout?}" />
25                 </td>
26         </tr>
27         <tr>
28                 <td colspan="2" class="table_footer">
29                         <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
30                         <input type="submit" class="form_submit" name="ok" value="{--SAVE_SETTINGS--}" />
31                 </td>
32         </tr>
33 </table>
34 </form>
35 </div>