Automatic deactivation of deprecated extensions added
[mailer.git] / templates / de / html / admin / admin_config_payouts.tpl
1 <FORM action="{!URL!}/modules.php?module=admin&amp;what=config_payouts"
2         method="POST">
3 <TABLE border="0" cellspacing="0" cellpadding="0" width="580"
4         class="admin_table dashed">
5         <TR>
6                 <TD colspan="5" align="center" class="admin_title bottom2" height="30">
7                 <STRONG>{--ADMIN_PAYOUT_EDIT_DEL_TITLE--}</STRONG></TD>
8         </TR>
9         <TR>
10                 <TD width="30" class="admin_title bottom2 right2" align="center"><STRONG>{--ID_SELECT--}</STRONG></TD>
11                 <TD width="100" class="admin_title bottom2 right2" align="center"><STRONG>{--ADMIN_PAYOUT_FROM--}</STRONG></TD>
12                 <TD width="150" 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="150" class="admin_title bottom2" align="center"><STRONG>{--ADMIN_PAYOUT_MIN_POINTS2--}</STRONG></TD>
15         </TR>
16         {!__PAYOUT_ROWS!}
17         <TR>
18                 <TD colspan="5" class="admin_footer"><INPUT
19                         type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
20                 <INPUT type="submit" name="edit" class="admin_submit"
21                         value="{--ADMIN_PAYOUT_EDIT--}" /> <INPUT type="submit"
22                         name="del" class="admin_delete" value="{--ADMIN_PAYOUT_DELETE--}" />
23                 </TD>
24         </TR>
25 </TABLE>
26 </FORM>