]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_add_sponsor_already.tpl
Fix for missing array elements
[mailer.git] / templates / de / html / admin / admin_add_sponsor_already.tpl
index dfc34b67052435926cc3019a7b53ccf87a179b22..2b3d9cd5cc72faa3d64e951136af0e29a5440d73 100644 (file)
@@ -1,28 +1,23 @@
-<form action="{?URL?}/modules.php?module=admin&amp;what=add_sponsor&amp;force=1" method="post">
+<div align="center">
+<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" 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="admin_title 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="admin_footer">
+               $content[hidden]
+               <input type="submit" name="ok" class="admin_submit" value="{--ADD_SPONSOR--}" />
+       </td>
 </tr>
 </table>
 </form>
+</div>