- Major change in LOAD_EMAIL_TEMPLATE(). The deprecated switch() block has
[mailer.git] / templates / de / html / admin / admin_sub_points.tpl
1 <FORM
2         action="{!URL!}/modules.php?module=admin&amp;what=sub_points&amp;u_id={!__UID_VALUE!}"
3         method="POST">
4 <TABLE border="0" cellspacing="0" cellpadding="0" width="500"
5         align="center" class="admin_table dashed">
6         <TR>
7                 <TD class="admin_title seperator" height="10" colspan="3">&nbsp;</TD>
8         </TR>
9         <TR>
10                 <TD class="admin_title" colspan="3" align="center">
11                 {--ADMIN_SUB_POINTS_FROM_USER--}:<BR />
12                 <STRONG>{!__USER_VALUE!}</STRONG></TD>
13         </TR>
14         <TR>
15                 <TD class="admin_title seperator bottom2" height="10" colspan="3">&nbsp;</TD>
16         </TR>
17         <TR>
18                 <TD height="8" colspan="3" class="seperator">&nbsp;</TD>
19         </TR>
20         <TR>
21                 <TD align="right">{--ENTER_POINTS_SUB--}:</TD>
22                 <TD width="10" class="seperator">&nbsp;</TD>
23                 <TD><INPUT type="text" name="points" size="6" maxlength="7"
24                         class="admin_normal"></TD>
25         </TR>
26         <TR>
27                 <TD height="5" colspan="3" class="seperator">&nbsp;</TD>
28         </TR>
29         <TR>
30                 <TD align="right">{--ENTER_SUB_REASON--}:</TD>
31                 <TD width="10" class="seperator">&nbsp;</TD>
32                 <TD><TEXTAREA name="reason" class="admin_normal" rows="5"
33                         cols="20"></TEXTAREA></TD>
34         </TR>
35         <TR>
36                 <TD height="5" colspan="3" class="seperator">&nbsp;</TD>
37         </TR>
38         <TR>
39                 <TD colspan="3" align="center"><INPUT type="reset"
40                         class="admin_reset" value="{--CLEAR_FORM--}">&nbsp;*&nbsp;<INPUT
41                         type="submit" class="admin_submit" name="ok"
42                         value="{--ADMIN_SUB_POINTS--}"></TD>
43         </TR>
44         <TR>
45                 <TD height="10" colspan="3" class="seperator">&nbsp;</TD>
46         </TR>
47 </TABLE>
48 </FORM>