script does now also regonize the difference between payout in withdraw in wernis...
[mailer.git] / templates / de / html / admin / admin_config_payouts_edit.tpl
1 <FORM
2         action="{!URL!}/modules.php?module=admin&amp;what=config_payouts&amp;ok=ok"
3         method="POST">
4 <TABLE border="0" cellspacing="0" cellpadding="0" width="650"
5         class="admin_table dashed">
6         <TR>
7                 <TD colspan="5" align="center" class="admin_title bottom2" height="30">
8                 <STRONG>{--ADMIN_PAYOUT_EDIT_TITLE--}</STRONG></TD>
9         </TR>
10         <TR>
11                 <TD width="20" class="admin_title bottom2 right2" align="center"><STRONG>{--ID_SELECT--}</STRONG></TD>
12                 <TD width="200" class="admin_title bottom2 right2" align="center"><STRONG>{--ADMIN_PAYOUT_TITLE--}</STRONG></TD>
13                 <TD width="150" class="admin_title bottom2 right2" align="center"><STRONG>{--ADMIN_PAYOUT_RATE2--}</STRONG></TD>
14                 <TD width="100" class="admin_title bottom2 right2" align="center"><STRONG>{--ADMIN_PAYOUT_MIN_POINTS2--}</STRONG></TD>
15                 <TD width="180" class="admin_title bottom2" align="center"><STRONG>{--ADMIN_PAYOUT_ALLOW_URLS--}</STRONG></TD>
16         </TR>
17         {--__PAYOUT_ROWS--}
18         <TR>
19                 <TD colspan="5" align="center" class="admin_footer"><INPUT
20                         type="reset" class="admin_reset" value="{--CLEAR_FORM--}">&nbsp;*
21                 <INPUT type="submit" name="edit" class="admin_submit"
22                         value="{--ADMIN_PAYOUT_EDIT--}"></TD>
23         </TR>
24 </TABLE>