Heacy rewrite/cleanup:
[mailer.git] / templates / de / html / admin / admin_config_point_settings.tpl
1 <div align="center">
2 {%form,formMethodPost=modules.php?module=admin&amp;what=config_points&amp;sub=settings%}
3 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
4 <tr>
5         <td colspan="2" align="center" class="table_header bottom">
6                 {--ADMIN_CONFIG_POINT_SETTINGS_TITLE--}
7         </td>
8 </tr>
9
10 <tr>
11         <td class="bottom" align="right">
12                 {--ADMIN_CONFIG_DIRECT_PAY--}
13         </td>
14         <td class="bottom" align="right">
15                 {--ADMIN_CONFIG_POINTS_DIRECT--}
16                 <input type="radio" class="form_field" name="allow_direct_pay" value="Y"$content[allow_direct_pay_y] /><br />
17                 <hr noshade width="220">
18                 {--ADMIN_CONFIG_POINTS_MAILS--}
19                 <input type="radio" class="form_field" name="allow_direct_pay" value="N"$content[allow_direct_pay_n] />
20         </td>
21 </tr>
22
23 <tr>
24         <td class="bottom" align="right">{--ADMIN_CONFIG_REFERRAL_PAYOUT--}</td>
25         <td class="bottom" align="center">
26                 <input type="text" class="form_field" name="ref_payout" size="3" maxlength="3" value="{?ref_payout?}" />
27         </td>
28 </tr>
29
30 <tr>
31         <td colspan="2" class="table_footer">
32                 <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
33                 <input type="submit" class="form_submit" name="save_config" value="{--SAVE_SETTINGS--}" />
34         </td>
35 </tr>
36 </table>
37 {%form_close%}
38 </div>