]> 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 d551379611aea13b32458feadcbfeaaa974afa66..d20078fd483290f5a6e77b00197972f9bff93c77 100644 (file)
@@ -1,22 +1,24 @@
-<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">
+<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="admin_title bottom2" align="center">
+       <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 align="center">
-               Ein Sponsor existiert bereits mit der eingegeben EMail-Adresse <strong>$content[email]</strong>. Wollen Sie ihn dennoch hinzuf&uuml;gen?
+       <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 align="center" class="admin_footer">
+       <td align="center" class="table_footer">
                $content[hidden]
-               <input type="submit" name="ok" class="admin_submit" value="{--ADD_SPONSOR--}" />
+               <input type="hidden" name="force" value="1" />
+               <input type="submit" class="form_submit" name="ok" value="{--ADD_SPONSOR--}" />
        </td>
 </tr>
 </table>
-</form>
+{%form_close%}
+</div>