New extension added, more EL-rewrites, naming-convention applied:
[mailer.git] / templates / de / html / admin / admin_add_sponsor_already.tpl
1 <div align="center">
2 <form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=add_sponsor&amp;force=1%}" method="post">
3 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
4 <tr>
5         <td class="admin_title bottom" align="center">
6                 <strong>{--ADMIN_SPONSOR_REALLY_ADD_SPONSOR--}</strong>
7         </td>
8 </tr>
9 <tr>
10         <td class="bottom" align="center">
11                 Ein Sponsor existiert bereits mit der eingegeben EMail-Adresse <strong>$content[email]</strong>.
12                 Wollen Sie ihn dennoch hinzuf&uuml;gen?
13         </td>
14 </tr>
15 <tr>
16         <td align="center" class="admin_footer">
17                 $content[hidden]
18                 <input type="submit" name="ok" class="admin_submit" value="{--ADD_SPONSOR--}" />
19         </td>
20 </tr>
21 </table>
22 </form>
23 </div>