Templates rewritten/fixed, surfbar extended with per-entry reload lock
[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     <FONT class="admin_notes tiny">{--ADMIN_LIST_SPONSOR_NOTES--}</FONT>
12   </TD>
13 </TR>
14 </TABLE>
15 </FORM>