Some global variables rewritten, a lot more language constants rewritten to getMessage()
[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" align="center"
3         class="admin_table dashed">
4         <tr>
5                 <td class="admin_title bottom2" width="10" height="30">&nbsp;</td>
6                 <td class="admin_title bottom2" colspan="3" align="center"><strong>{--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"
18                         maxlength="3"></td>
19                 <td class="seperator" width="10">&nbsp;</td>
20         </tr>
21         <tr>
22                 <td class="seperator" colspan="5" height="7">&nbsp;</td>
23         </tr>
24         <tr>
25                 <td class="seperator" width="10">&nbsp;</td>
26                 <td align="right" width="200">{--ENTER_REF_PERCENTS--}:</td>
27                 <td class="seperator" width="10">&nbsp;</td>
28                 <td><input type="text" name="perc" class="admin_normal" size="3"
29                         maxlength="3">%</td>
30                 <td class="seperator" width="10">&nbsp;</td>
31         </tr>
32         <tr>
33                 <td class="seperator bottom2" colspan="5" height="7">&nbsp;</td>
34         </tr>
35         <tr>
36                 <td class="admin_footer seperator" width="10">&nbsp;</td>
37                 <td class="admin_footer" colspan="3" align="center"><input
38                         type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
39                 <input type="submit" name="ok" class="admin_submit"
40                         value="{--ADD_DEPTH--}" /></td>
41                 <td class="admin_footer seperator" width="10">&nbsp;</td>
42         </tr>
43 </table>
44 </form>