A lot CSS classes rewritten, please update all your themes.
[mailer.git] / templates / de / html / admin / admin_list_sponsor.tpl
1 <div align="center">
2 <form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=list_sponsor%}" method="post">
3 <table border="0" cellspacing="0" cellpadding="0" class="table dashed" align="center">
4 <tr>
5         <td colspan="4" align="center" class="table_header bottom">
6                 <strong>{--ADMIN_LIST_SPONSOR_ACCOUNTS--}</strong>
7         </td>
8 </tr>
9 $content
10 <tr>
11         <td colspan="4" class="table_footer">
12                 <span class="notice tiny">{--ADMIN_LIST_SPONSOR_NOTES--}</span>
13         </td>
14 </tr>
15 </table>
16 </form>
17 </div>