A lot naming conventions applied, TODOs.txt updated
[mailer.git] / templates / de / html / admin / admin_add_reflevel.tpl
1 <div align="center">
2 <form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=config_points&amp;sub=ref&amp;do=add%}" method="post">
3 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
4         <tr>
5                 <td class="admin_title bottom" colspan="2" align="center">
6                         <strong>{--ADD_NEW_REFDEPTH--}</strong>
7                 </td>
8         </tr>
9         <tr>
10                 <td align="right" width="200">{--ENTER_REFERAL_LVL--}:</td>
11                 <td>
12                         <input type="text" name="level" class="admin_normal" size="3" maxlength="3" />
13                 </td>
14         </tr>
15         <tr>
16                 <td class="bottom" align="right" width="200">{--ENTER_REFERAL_PERCENTS--}:</td>
17                 <td class="bottom">
18                         <input type="text" name="percents" class="admin_normal" size="3" maxlength="3" />&#37;
19                 </td>
20         </tr>
21         <tr>
22                 <td class="admin_footer" colspan="2" align="center">
23                         <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
24                         <input type="submit" name="ok" class="admin_submit" value="{--ADD_DEPTH--}" />
25                 </td>
26         </tr>
27 </table>
28 </form>
29 </div>