]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_sponsor.tpl
Even more rewrites/fixes from EL branch (please report any broken part after you...
[mailer.git] / templates / de / html / admin / admin_list_sponsor.tpl
index a6cf5755e0a603726ee6c8e0d19718f74373e3ef..bc2f9e28168e5dc5cd97a37d2082f23ecfff2edd 100644 (file)
@@ -1,15 +1,15 @@
-<form action="{!URL!}/modules.php?module=admin&amp;what=list_sponsor" method="POST">
+<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=list_sponsor%}" method="post">
 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" align="center">
 <tr>
-  <td colspan="4" align="center" class="admin_title bottom2" height="30">
-    <strong>{--ADMIN_LIST_SPONSOR_ACCOUNTS--}</strong>
-  </td>
+       <td colspan="4" align="center" class="admin_title bottom">
+               <strong>{--ADMIN_LIST_SPONSOR_ACCOUNTS--}</strong>
+       </td>
 </tr>
-{!__SPONSOR_ROWS!}
+$content
 <tr>
-  <td colspan="4" class="admin_footer" style="padding: 5px">
-    <div class="admin_notes tiny">{--ADMIN_LIST_SPONSOR_NOTES--}</div>
-  </td>
+       <td colspan="4" class="admin_footer">
+               <span class="admin_note tiny">{--ADMIN_LIST_SPONSOR_NOTES--}</span>
+       </td>
 </tr>
 </table>
-</form>
\ No newline at end of file
+</form>