Password reset for admin login added (still buggy if cache is installed and sql_patch...
[mailer.git] / templates / de / html / admin / admin_add_points.tpl
1
2 <FORM
3         action="{!URL!}/modules.php?module=admin&amp;what=add_points&amp;u_id={!__UID_VALUE!}"
4         method="POST" style="margin-bottom: 0px">
5 <TABLE border="0" cellspacing="0" cellpadding="0" width="500"
6         align="center" class="admin_table dashed">
7         <TR>
8                 <TD class="admin_title seperator" height="10" colspan="3">&nbsp;</TD>
9         </TR>
10         <TR>
11                 <TD class="admin_title" colspan="3" align="center">
12                 {--ADMIN_ADD_POINTS_TO_USER--}:<BR />
13                 <STRONG>{!__USER_VALUE!}</STRONG></TD>
14         </TR>
15         <TR>
16                 <TD class="admin_title seperator bottom2" height="10" colspan="3">&nbsp;</TD>
17         </TR>
18         <TR>
19                 <TD height="8" colspan="3" class="seperator">&nbsp;</TD>
20         </TR>
21         <TR>
22                 <TD align="right">{--ENTER_POINTS_ADD--}:</TD>
23                 <TD width="10" class="seperator">&nbsp;</TD>
24                 <TD><INPUT type="text" name="points" size="6" maxlength="7"
25                         class="admin_normal"></TD>
26         </TR>
27         <TR>
28                 <TD height="5" colspan="3" class="seperator">&nbsp;</TD>
29         </TR>
30         <TR>
31                 <TD align="right">{--ENTER_ADD_REASON--}:</TD>
32                 <TD width="10" class="seperator">&nbsp;</TD>
33                 <TD><TEXTAREA name="reason" class="admin_normal" rows="5"
34                         cols="20"></TEXTAREA></TD>
35         </TR>
36         <TR>
37                 <TD height="5" colspan="3" class="seperator">&nbsp;</TD>
38         </TR>
39         <TR>
40                 <TD colspan="3" align="center"><INPUT type="reset"
41                         class="admin_reset" value="{--CLEAR_FORM--}">&nbsp;*&nbsp;<INPUT
42                         type="submit" class="admin_submit" name="ok"
43                         value="{--ADMIN_ADD_POINTS--}"></TD>
44         </TR>
45         <TR>
46                 <TD height="10" colspan="3" class="seperator">&nbsp;</TD>
47         </TR>
48 </TABLE>
49 </FORM>