Referal levels for surfbar added (unfinished)
[mailer.git] / templates / de / html / admin / admin_add_surfbar_reflvl.tpl
1 <FORM action="{!URL!}/modules.php?module=admin&amp;what=list_surfbar_reflvl" method="POST" style="margin-bottom: 0px">
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" colspan="3" align="center">
6                         <STRONG>{--ADMIN_SURFBAR_ADD_NEW_REFDEPTH--}</STRONG>
7                 </TD>
8                 <TD class="admin_title bottom2" width="10">&nbsp;</TD>
9         </TR>
10         <TR>
11                 <TD class="seperator" colspan="5" height="7">&nbsp;</TD>
12         </TR>
13         <TR>
14                 <TD class="seperator" width="10">&nbsp;</TD>
15                 <TD align="right" width="200">{--ENTER_REF_LVL--}:</TD>
16                 <TD class="seperator" width="10">&nbsp;</TD>
17                 <TD><INPUT type="text" name="lvl" class="admin_normal" size="3" maxlength="3" /></TD>
18                 <TD class="seperator" width="10">&nbsp;</TD>
19         </TR>
20         <TR>
21                 <TD class="seperator" colspan="5" height="7">&nbsp;</TD>
22         </TR>
23         <TR>
24                 <TD class="seperator" width="10">&nbsp;</TD>
25                 <TD align="right" width="200">{--ENTER_REF_PERCENTS--}:</TD>
26                 <TD class="seperator" width="10">&nbsp;</TD>
27                 <TD><INPUT type="text" name="perc" class="admin_normal" size="3" maxlength="3" />%</TD>
28                 <TD class="seperator" width="10">&nbsp;</TD>
29         </TR>
30         <TR>
31                 <TD class="seperator bottom2" colspan="5" height="7">&nbsp;</TD>
32         </TR>
33         <TR>
34                 <TD class="admin_footer seperator" width="10">&nbsp;</TD>
35                 <TD class="admin_footer" colspan="3" align="center">
36                         <INPUT type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />&nbsp;*
37                         <INPUT type="submit" name="add" class="admin_submit" value="{--ADD_DEPTH--}">
38                 </TD>
39                 <TD class="admin_footer seperator" width="10">&nbsp;</TD>
40         </TR>
41 </TABLE>
42 </FORM>