Obsolete update check replaced with SVN revision
[mailer.git] / templates / de / html / admin / admin_list_surfbar_reflvl.tpl
1 <FORM action="{!URL!}/modules.php?module=admin&amp;what=list_surfbar_reflvl" 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"><STRONG>{--EDIT_DEL_REFDEPTH--}</STRONG>
5                 </TD>
6         </TR>
7         <TR>
8                 <TD class="admin_title bottom2 right2" width="30" align="center"><STRONG>{--ID_SELECT--}</STRONG></TD>
9                 <TD class="admin_title bottom2 right2" width="275" align="center"><STRONG>{--REF_LEVEL--}:</STRONG></TD>
10                 <TD class="admin_title bottom2" width="275" align="center"><STRONG>{--REF_PERCENT--}:</STRONG></TD>
11         </TR>
12         $content
13         <TR>
14                 <TD class="admin_footer" colspan="3">
15                         <INPUT type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}">&nbsp;*
16                         <INPUT type="submit" name="edit" class="admin_submit" value="{--EDIT_LVL--}">&nbsp;*
17                         <INPUT type="submit" name="del" class="admin_delete" value="{--DEL_LVL--}">
18                 </TD>
19         </TR>
20 </TABLE>
21 </FORM>
22
23 <DIV class="admin_note">
24         {--ADMIN_REFERAL_LEVEL_ZERO_NOTICE--}
25 </DIV>