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