Even more XHTML fixes
[mailer.git] / templates / de / html / admin / admin_list_sponsor.tpl
1 <form action="{!URL!}/modules.php?module=admin&amp;what=list_sponsor" method="post">
2 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" align="center">
3 <tr>
4   <td colspan="4" align="center" class="admin_title bottom2" height="30">
5     <strong>{--ADMIN_LIST_SPONSOR_ACCOUNTS--}</strong>
6   </td>
7 </tr>
8 {!__SPONSOR_ROWS!}
9 <tr>
10   <td colspan="4" class="admin_footer" style="padding: 5px">
11     <span class="admin_notes tiny">{--ADMIN_LIST_SPONSOR_NOTES--}</span>
12   </td>
13 </tr>
14 </table>
15 </form>