]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_add_sponsor_already.tpl
Hotfix
[mailer.git] / templates / de / html / admin / admin_add_sponsor_already.tpl
index 14b9ed81bae859efcc58b02ff9ee05b1292cab8f..b9300c562e1e2253784d2320f259e65ffdba56f8 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 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 bottom" 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 bottom" 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>
+</div>