]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_sponsor.tpl
Extension ext-repair extended, outdated calls DEBUG_LOG() fixed:
[mailer.git] / templates / de / html / admin / admin_list_sponsor.tpl
index 803a363591e783c330ae2605216af6ab2f35cbee..84880ff4bebd9a49c4a23a1bd6d2c1b06331f009 100644 (file)
@@ -1,15 +1,15 @@
-<FORM 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>
-</TR>
-{!__SPONSOR_ROWS!}
-<TR>
-  <TD colspan="4" class="admin_footer" style="padding: 5px">
-    <FONT class="admin_notes tiny">{--ADMIN_LIST_SPONSOR_NOTES--}</FONT>
-  </TD>
-</TR>
-</TABLE>
-</FORM>
\ No newline at end of file
+<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 bottom" height="30">
+               <strong>{--ADMIN_LIST_SPONSOR_ACCOUNTS--}</strong>
+       </td>
+</tr>
+$content
+<tr>
+       <td colspan="4" class="admin_footer">
+               <span class="admin_notes tiny">{--ADMIN_LIST_SPONSOR_NOTES--}</span>
+       </td>
+</tr>
+</table>
+</form>