]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_list_sponsor_pay.tpl
HTML->XHTML preparation (still *A LOT* to convert
[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--}" />
19     <INPUT type="submit" name="edit" class="admin_submit" value="{--ADMIN_SPONSOR_PAYTYPE_EDIT--}" />
20     <INPUT type="submit" name="del" class="admin_delete" value="{--ADMIN_SPONSOR_PAYTYPE_DELETE--}" />
21   </TD>
22 </TR>
23 </TABLE>
24 </form>