]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_add_sponsor_already.tpl
Several more constants rewritten to getConfig()
[mailer.git] / templates / de / html / admin / admin_add_sponsor_already.tpl
index e2ed865243366ab8578c91c1002167717ba8f907..dfc34b67052435926cc3019a7b53ccf87a179b22 100644 (file)
@@ -1,28 +1,28 @@
-<FORM action="{--URL--}/modules.php?module=admin&amp;what=add_sponsor&amp;force=1" method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" align="center" class="admin_table dashed" width="520">
-<TR>
-  <TD class="admin_title bottom2" width="10" height="30">&nbsp;</TD>
-  <TD class="admin_title bottom2" align="center">
-    <STRONG>{--ADMIN_SPONSOR_REALLY_ADD_SPONSOR--}</STRONG>
-  </TD>
-  <TD class="admin_title bottom2" width="10">&nbsp;</TD>
-</TR>
-<TR><TD class="seperator" colspan="3" height="5">&nbsp;</TD></TR>
-<TR>
-  <TD width="10" height="30">&nbsp;</TD>
-  <TD align="center">
+<form action="{?URL?}/modules.php?module=admin&amp;what=add_sponsor&amp;force=1" method="post">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+<tr>
+  <td class="admin_title bottom2" width="10" height="30">&nbsp;</td>
+  <td class="admin_title bottom2" align="center">
+    <strong>{--ADMIN_SPONSOR_REALLY_ADD_SPONSOR--}</strong>
+  </td>
+  <td class="admin_title bottom2" width="10">&nbsp;</td>
+</tr>
+<tr><td class="seperator" colspan="3" height="5">&nbsp;</td></tr>
+<tr>
+  <td width="10" height="30">&nbsp;</td>
+  <td align="center">
     {--ADMIN_SPONSOR_DO_YOU_REALLY_WANT_ADDING--}
-  </TD>
-  <TD width="10">&nbsp;</TD>
-</TR>
-<TR><TD class="seperator bottom2" colspan="3" height="5">&nbsp;</TD></TR>
-<TR>
-  <TD class="admin_footer seperator" width="10">&nbsp;</TD>
-  <TD class="admin_footer" align="center">
-       {--__HIDDEN_DATA--}
-    <INPUT type="submit" name="ok" class="admin_submit" value="{--ADD_SPONSOR--}">
-  </TD>
-  <TD class="admin_footer seperator" width="10">&nbsp;</TD>
-</TR>
-</TABLE>
-</FORM>
+  </td>
+  <td width="10">&nbsp;</td>
+</tr>
+<tr><td class="seperator bottom2" colspan="3" height="5">&nbsp;</td></tr>
+<tr>
+  <td class="admin_footer seperator" width="10">&nbsp;</td>
+  <td class="admin_footer">
+    {!__HIDDEN_DATA!}
+    <input type="submit" name="ok" class="admin_submit" value="{--ADD_SPONSOR--}" />
+  </td>
+  <td class="admin_footer seperator" width="10">&nbsp;</td>
+</tr>
+</table>
+</form>