]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_add_reflvl.tpl
All database names are now 'back-ticked' and constant _MYSQL_PREFIX is wrapped. Partl...
[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--}" />
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>