More XHTML-fied and extended header added to templates
[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>