]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_add_sponsor_already.tpl
Rewritten to make usage of newly introduced math EL code
[mailer.git] / templates / de / html / admin / admin_add_sponsor_already.tpl
index 541faac20a038e688c50ebbb53e44509d1f93c57..815a69c58cde20f9ad9f0cf359296358ab21a91d 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">
+<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="admin_table dashed">
 <tr>
        <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 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">
                $content[hidden]
+               <input type="hidden" name="force" value="1" />
                <input type="submit" name="ok" class="admin_submit" value="{--ADD_SPONSOR--}" />
        </td>
 </tr>
 </table>
 </form>
+</div>