HTML->XHTML preparation (still *A LOT* to convert
[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>