Referal levels for surfbar added (unfinished)
[mailer.git] / templates / de / html / admin / admin_list_sponsor_pay_del.tpl
1 <DIV align="center">
2 <FORM action="{--URL--}/modules.php?module=admin&amp;what=list_sponsor_pay" method="POST" target="_self">
3 <TABLE border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="640">
4 <TR>
5   <TD align="center" colspan="5" class="admin_header bottom2" height="40">
6     <STRONG>{--SPONSOR_DELETE_PAY_ENTRIES--}</STRONG>
7   </TD>
8 </TR>
9 <TR>
10   <TD align="center" class="admin_title bottom2 right2" width="20"><STRONG>{--ID_SELECT--}</STRONG></TD>
11   <TD align="center" class="admin_title bottom2 right2" width="160"><STRONG>{--SPONSOR_PAYTYPE_NAME--}:</STRONG></TD>
12   <TD align="center" class="admin_title bottom2 right2" width="150"><STRONG>{--SPONSOR_PAYTYPE_RATE--}:</STRONG></TD>
13   <TD align="center" class="admin_title bottom2 right2" width="150"><STRONG>{--SPONSOR_PAYTYPE_MIN_COUNT2--}:</STRONG></TD>
14   <TD align="center" class="admin_title bottom2" width="160"><STRONG>{--SPONSOR_PAYTYPE_CURRENCY--}:</STRONG></TD>
15 </TR>
16 {--__SPONSOR_ROWS--}
17 <TR>
18   <TD align="center" colspan="5" class="admin_footer">
19     <INPUT type="reset" class="admin_reset" value="{--CLEAR_FORM--}">&nbsp;*
20     <INPUT type="submit" class="admin_delete" name="remove" value="{--DEL_ENTRIES--}">
21   </TD>
22 </TR>
23 </TABLE>
24 </FORM>
25 </DIV>