]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_add_sponsor_already.tpl
Huge HTML/CSS rewrite (see forum)
[mailer.git] / templates / de / html / admin / admin_add_sponsor_already.tpl
index da5404e42b4edeb5fadf1fc97c03a689a1181628..d551379611aea13b32458feadcbfeaaa974afa66 100644 (file)
@@ -1,28 +1,22 @@
-<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>
+<form accept-charset="utf-8" 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" align="center">
+               <strong>{--ADMIN_SPONSOR_REALLY_ADD_SPONSOR--}</strong>
+       </td>
+</tr>
+<tr><td class="seperator" colspan="3" height="5">&nbsp;</td></tr>
+<tr>
+       <td 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 class="seperator bottom2" colspan="3" height="5">&nbsp;</td></tr>
+<tr>
+       <td align="center" class="admin_footer">
+               $content[hidden]
+               <input type="submit" name="ok" class="admin_submit" value="{--ADD_SPONSOR--}" />
+       </td>
+</tr>
+</table>
+</form>