User list templates with lesser empty lines
[mailer.git] / templates / de / html / admin / admin_sub_points_all.tpl
1 <FORM
2         action="{!URL!}/modules.php?module=admin&amp;what=sub_points&amp;u_id=all"
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">{--ADMIN_SUB_POINTS_FROM_ALL--}:</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_SUB--}:</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_SUB_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 colspan="3" align="center"><INPUT type="reset"
38                         class="admin_reset" value="{--CLEAR_FORM--}">&nbsp;*&nbsp;<INPUT
39                         type="submit" class="admin_submit" name="ok"
40                         value="{--ADMIN_SUB_POINTS--}"></TD>
41         </TR>
42         <TR>
43                 <TD height="10" colspan="3" class="seperator">&nbsp;</TD>
44         </TR>
45 </TABLE>
46 </FORM>