CSS class admin_footer now centered, a lot templates rewritten
[mailer.git] / templates / de / html / admin / admin_list_sponsor_pay.tpl
1 <FORM action="{--URL--}/modules.php?module=admin&amp;what=list_sponsor_pay" method="POST">
2 <TABLE border="0" cellspacing="0" cellpadding="0" width="640" class="admin_table dashed" align="center">
3 <TR>
4   <TD colspan="5" align="center" class="admin_title bottom2" height="30">
5     <STRONG>{--SPONSOR_LIST_PAYMENT_TYPES_TITLE--}</STRONG>
6   </TD>
7 </TR>
8 <TR>
9   <TD align="center" class="admin_title bottom2 right2" width="20"><STRONG>{--ID_SELECT--}</STRONG></TD>
10   <TD align="center" class="admin_title bottom2 right2" width="160"><STRONG>{--SPONSOR_PAYTYPE_NAME--}:</STRONG></TD>
11   <TD align="center" class="admin_title bottom2 right2" width="150"><STRONG>{--SPONSOR_PAYTYPE_RATE--}:</STRONG></TD>
12   <TD align="center" class="admin_title bottom2 right2" width="150"><STRONG>{--SPONSOR_PAYTYPE_MIN_COUNT2--}:</STRONG></TD>
13   <TD align="center" class="admin_title bottom2" width="160"><STRONG>{--SPONSOR_PAYTYPE_CURRENCY--}:</STRONG></TD>
14 </TR>
15 {!__LIST_ROWS!}
16 <TR>
17   <TD colspan="5" class="admin_footer">
18     <INPUT type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}">&nbsp;*
19     <INPUT type="submit" name="edit" class="admin_submit" value="{--ADMIN_SPONSOR_PAYTYPE_EDIT--}">&nbsp;*
20     <INPUT type="submit" name="del" class="admin_delete" value="{--ADMIN_SPONSOR_PAYTYPE_DELETE--}">
21   </TD>
22 </TR>
23 </TABLE>
24 </FORM>