]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_add_sponsor_already.tpl
Heacy rewrite/cleanup:
[mailer.git] / templates / de / html / admin / admin_add_sponsor_already.tpl
index 9443e2ad68df27b76c754a401c7205e4c42294ec..d20078fd483290f5a6e77b00197972f9bff93c77 100644 (file)
@@ -1,28 +1,24 @@
-<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">
-    {--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">
-    {!__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>
+<div align="center">
+{%form,formMethodPost=modules.php?module=admin&amp;what=add_sponsor%}
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
+<tr>
+       <td class="table_header bottom" align="center">
+               <strong>{--ADMIN_SPONSOR_REALLY_ADD_SPONSOR--}</strong>
+       </td>
+</tr>
+<tr>
+       <td class="bottom" align="center">
+               Ein Sponsor existiert bereits mit der eingegeben EMail-Adresse <strong>$content[email]</strong>.
+               Wollen Sie ihn dennoch hinzuf&uuml;gen?
+       </td>
+</tr>
+<tr>
+       <td align="center" class="table_footer">
+               $content[hidden]
+               <input type="hidden" name="force" value="1" />
+               <input type="submit" class="form_submit" name="ok" value="{--ADD_SPONSOR--}" />
+       </td>
+</tr>
+</table>
+{%form_close%}
+</div>