- obsolete templates/scripts removed
[mailer.git] / 0.2.1 / templates / de / html / admin / admin_points_del.tpl
1 <FORM
2         action="{!URL!}/modules.php?module=admin&amp;what=config_points&amp;sub=ref&amp;do=del"
3         method="POST">
4 <TABLE border="0" cellspacing="0" cellpadding="0"
5         class="admin_table dashed" width="500">
6         <TR>
7                 <TD align="center" height="30" class="bottom2 admin_title"><STRONG>{--DELETE_REF_DEPTHS--}:</STRONG></TD>
8         </TR>
9         {--__LEVEL_ROWS--}
10         <TR>
11                 <TD align="center" class="admin_footer"><INPUT type="reset"
12                         class="admin_reset" value="{--CLEAR_FORM--}">&nbsp;* <INPUT
13                         type="submit" name="ok" class="admin_delete" value="{--REMOVE_REF--}">
14                 </TD>
15         </TR>
16 </TABLE>
17 </FORM>