1bf5e45815361f98d7deea28f1e7cbb5cca03512
[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">
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>