A lot form templates rewritten (star removed. fixes)
[mailer.git] / templates / de / html / admin / admin_config_sub_points.tpl
1 <FORM
2         action="{!URL!}/modules.php?module=admin&amp;what=config_points&sub=points"
3         method="POST">
4 <TABLE border="0" cellspacing="0" cellpadding="0" align="center"
5         class="admin_table dashed">
6         <TR>
7                 <TD class="admin_title bottom2 seperator" width="10" height="30">&nbsp;</TD>
8                 <TD class="admin_title bottom2" colspan="3" align="center"><STRONG>{--EDIT_POINTS_SETTINGS--}</STRONG>
9                 </TD>
10                 <TD class="admin_title bottom2 seperator" 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">{--POINTS_REGISTER--}:</TD>
18                 <TD class="seperator" width="10">&nbsp;</TD>
19                 <TD><INPUT type="text" name="points_register"
20                         class="admin_normal" size="6" maxlength="6" value="{--P_REG_VALUE!}">
21                 </TD>
22                 <TD class="seperator" width="10">&nbsp;</TD>
23         </TR>
24         <TR>
25                 <TD class="seperator" colspan="5" height="7">&nbsp;</TD>
26         </TR>
27         <TR>
28                 <TD class="seperator" width="10">&nbsp;</TD>
29                 <TD align="right" width="200">{--POINTS_REF--}:</TD>
30                 <TD class="seperator" width="10">&nbsp;</TD>
31                 <TD><INPUT type="text" name="points_ref" class="admin_normal"
32                         size="6" maxlength="6" value="{--P_REF_VALUE!}"></TD>
33                 <TD class="seperator" width="10">&nbsp;</TD>
34         </TR>
35         <TR>
36                 <TD class="seperator bottom2" colspan="5" height="7">&nbsp;</TD>
37         </TR>
38         <TR>
39                 <TD class="admin_footer seperator" width="10">&nbsp;</TD>
40                 <TD class="admin_footer" colspan="3" align="center"><INPUT
41                         type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />&nbsp;<INPUT
42                         type="submit" name="ok" class="admin_submit"
43                         value="{--SAVE_SETTINGS--}" /></TD>
44                 <TD class="admin_footer seperator" width="10">&nbsp;</TD>
45         </TR>
46 </TABLE>
47 </FORM>