]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_add_sponsor_already.tpl
Configuration of advertisement networks prepared, CSS cleaned up, HTML rewritten:
[mailer.git] / templates / de / html / admin / admin_add_sponsor_already.tpl
index 9f89f6b2ca7c59a7c435bffc7f29ffe7e3c478e2..62a864e22b47421b0fde3981b54fc0d9c6459370 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">
+<div align="center">
+<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=add_sponsor%}" method="post">
+<table border="0" cellspacing="0" cellpadding="0" class="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>
+       <td class="table_header bottom" align="center">
+               <strong>{--ADMIN_SPONSOR_REALLY_ADD_SPONSOR--}</strong>
+       </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>
+       <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 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>
+       <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>
+</div>