Configuration of advertisement networks prepared, CSS cleaned up, HTML rewritten:
[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%}" method="post">
3 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
4 <tr>
5         <td class="table_header 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="table_footer">
17                 $content[hidden]
18                 <input type="hidden" name="force" value="1" />
19                 <input type="submit" class="form_submit" name="ok" value="{--ADD_SPONSOR--}" />
20         </td>
21 </tr>
22 </table>
23 </form>
24 </div>