Lock reason now saved in DB, deleted accounts shall be locked for re-registering...
[mailer.git] / templates / de / html / admin / admin_points.tpl
1 <FORM action="{!URL!}/modules.php?module=admin&amp;what=config_points&sub=ref" method="POST">
2 <TABLE border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
3         <TR>
4                 <TD align="center" colspan="3" class="admin_title" height="30">
5                         <STRONG>{--EDIT_DEL_REFDEPTH--}</STRONG>
6                 </TD>
7         </TR>
8         <TR>
9                 <TD class="admin_title bottom2 right2" width="30" align="center"><STRONG>{--ID_SELECT--}</STRONG></TD>
10                 <TD class="admin_title bottom2 right2" width="275" align="center"><STRONG>{--REF_LEVEL--}:</STRONG></TD>
11                 <TD class="admin_title bottom2" width="275" align="center"><STRONG>{--REF_PERCENT--}:</STRONG></TD>
12         </TR>
13         {!__LEVEL_ROWS!}
14         <TR>
15                 <TD class="admin_footer" colspan="3">
16                         <INPUT type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
17                         <INPUT type="submit" name="edit" class="admin_submit" value="{--EDIT_LVL--}" />
18                         <INPUT type="submit" name="del" class="admin_delete" value="{--DEL_LVL--}" />
19                 </TD>
20         </TR>
21 </TABLE>
22 </FORM>
23
24 <DIV class="admin_note">
25         {--ADMIN_REFERAL_LEVEL_ZERO_NOTICE--}
26 </DIV>