Wernis extension can now contact the API
[mailer.git] / templates / de / html / admin / admin_add_reflvl.tpl
1 <FORM
2         action="{!URL!}/modules.php?module=admin&amp;what=config_points&sub=ref&do=add"
3         method="POST" style="margin-bottom: 0px">
4 <TABLE border="0" cellspacing="0" cellpadding="0" align="center"
5         class="admin_table dashed">
6         <TR>
7                 <TD class="admin_title bottom2" width="10" height="30">&nbsp;</TD>
8                 <TD class="admin_title bottom2" colspan="3" align="center"><STRONG>{--ADD_NEW_REFDEPTH--}</STRONG>
9                 </TD>
10                 <TD class="admin_title bottom2" width="10">&nbsp;</TD>
11         </TR>
12         <TR>
13                 <TD class="seperator" colspan="5" height="7">&nbsp;</TD>
14         </TR>
15         <TR>
16                 <TD class="seperator" width="10">&nbsp;</TD>
17                 <TD align="right" width="200">{--ENTER_REF_LVL--}:</TD>
18                 <TD class="seperator" width="10">&nbsp;</TD>
19                 <TD><INPUT type="text" name="lvl" class="admin_normal" size="3"
20                         maxlength="3"></TD>
21                 <TD class="seperator" width="10">&nbsp;</TD>
22         </TR>
23         <TR>
24                 <TD class="seperator" colspan="5" height="7">&nbsp;</TD>
25         </TR>
26         <TR>
27                 <TD class="seperator" width="10">&nbsp;</TD>
28                 <TD align="right" width="200">{--ENTER_REF_PERCENTS--}:</TD>
29                 <TD class="seperator" width="10">&nbsp;</TD>
30                 <TD><INPUT type="text" name="perc" class="admin_normal" size="3"
31                         maxlength="3">%</TD>
32                 <TD class="seperator" width="10">&nbsp;</TD>
33         </TR>
34         <TR>
35                 <TD class="seperator bottom2" colspan="5" height="7">&nbsp;</TD>
36         </TR>
37         <TR>
38                 <TD class="admin_footer seperator" width="10">&nbsp;</TD>
39                 <TD class="admin_footer" colspan="3" align="center"><INPUT
40                         type="reset" class="admin_reset" value="{--CLEAR_FORM--}">&nbsp;*
41                 <INPUT type="submit" name="ok" class="admin_submit"
42                         value="{--ADD_DEPTH--}"></TD>
43                 <TD class="admin_footer seperator" width="10">&nbsp;</TD>
44         </TR>
45 </TABLE>
46 </FORM>