Even more XHTML fixes
[mailer.git] / templates / de / html / admin / admin_points_del.tpl
1 <div align="center">
2 <form action="{!URL!}/modules.php?module=admin&amp;what=config_points&amp;sub=ref&amp;do=del" method="post">
3 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="500">
4         <tr>
5                 <td align="center" height="30" class="bottom2 admin_title"><strong>{--DELETE_REF_DEPTHS--}:</strong></td>
6         </tr>
7         {!__LEVEL_ROWS!}
8         <tr>
9                 <td class="admin_footer"><input type="reset"
10                         class="admin_reset" value="{--CLEAR_FORM--}" /> <input
11                         type="submit" name="ok" class="admin_delete" value="{--REMOVE_REF--}" />
12                 </td>
13         </tr>
14 </table>
15 </form>
16 </div>