Referal overview finished and rewritten for refback extension
[mailer.git] / templates / de / html / admin / admin_add_sponsor_already.tpl
1 <FORM action="{!URL!}/modules.php?module=admin&amp;what=add_sponsor&amp;force=1" method="POST">
2 <TABLE border="0" cellspacing="0" cellpadding="0" align="center" class="admin_table dashed" width="520">
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     {--ADMIN_SPONSOR_DO_YOU_REALLY_WANT_ADDING--}
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     {!__HIDDEN_DATA!}
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>