Entire rewrite of mail part in app! Not kidding here...
[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 height="5" colspan="3" class="seperator bottom2">&nbsp;</TD>
41         </TR>
42         <TR>
43                 <TD colspan="3" align="center" class="admin_footer"><INPUT type="reset"
44                         class="admin_reset" value="{--CLEAR_FORM--}">&nbsp;*&nbsp;<INPUT
45                         type="submit" class="admin_submit" name="ok"
46                         value="{--ADMIN_ADD_POINTS--}">
47                 </TD>
48         </TR>
49 </TABLE>
50 </FORM>