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