Huge rewrite of default parameters, ext-network continued:
[mailer.git] / templates / de / html / admin / admin_add_sponsor_already.tpl
1 <form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;what=add_sponsor&amp;force=1" method="post">
2 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
3 <tr>
4   <td class="admin_title bottom2" width="10" height="30">&nbsp;</td>
5   <td class="admin_title bottom2" align="center">
6     <strong>{--ADMIN_SPONSOR_REALLY_ADD_SPONSOR--}</strong>
7   </td>
8   <td class="admin_title bottom2" width="10">&nbsp;</td>
9 </tr>
10 <tr><td class="seperator" colspan="3" height="5">&nbsp;</td></tr>
11 <tr>
12   <td width="10" height="30">&nbsp;</td>
13   <td align="center">
14     Ein Sponsor existiert bereits mit der eingegeben EMail-Adresse <strong>$content[email]</strong>. Wollen Sie ihn dennoch hinzuf&uuml;gen?
15   </td>
16   <td width="10">&nbsp;</td>
17 </tr>
18 <tr><td class="seperator bottom2" colspan="3" height="5">&nbsp;</td></tr>
19 <tr>
20   <td class="admin_footer seperator" width="10">&nbsp;</td>
21   <td class="admin_footer">
22     $content[hidden]
23     <input type="submit" name="ok" class="admin_submit" value="{--ADD_SPONSOR--}" />
24   </td>
25   <td class="admin_footer seperator" width="10">&nbsp;</td>
26 </tr>
27 </table>
28 </form>