Several more constants rewritten to getConfig()
[mailer.git] / templates / de / html / admin / admin_add_reflvl.tpl
1 <form action="{?URL?}/modules.php?module=admin&amp;what=config_points&sub=ref&amp;do=add" method="post" style="margin-bottom: 0px">
2 <table border="0" cellspacing="0" cellpadding="0" 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"><strong>{--ADD_NEW_REFDEPTH--}</strong>
6                 </td>
7                 <td class="admin_title bottom2" width="10">&nbsp;</td>
8         </tr>
9         <tr>
10                 <td class="seperator" colspan="5" height="7">&nbsp;</td>
11         </tr>
12         <tr>
13                 <td class="seperator" width="10">&nbsp;</td>
14                 <td align="right" width="200">{--ENTER_REF_LVL--}:</td>
15                 <td class="seperator" width="10">&nbsp;</td>
16                 <td><input type="text" name="lvl" class="admin_normal" size="3"
17                         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"
28                         maxlength="3">%</td>
29                 <td class="seperator" width="10">&nbsp;</td>
30         </tr>
31         <tr>
32                 <td class="seperator bottom2" colspan="5" height="7">&nbsp;</td>
33         </tr>
34         <tr>
35                 <td class="admin_footer seperator" width="10">&nbsp;</td>
36                 <td class="admin_footer" colspan="3" align="center"><input
37                         type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
38                 <input type="submit" name="ok" class="admin_submit"
39                         value="{--ADD_DEPTH--}" /></td>
40                 <td class="admin_footer seperator" width="10">&nbsp;</td>
41         </tr>
42 </table>
43 </form>