]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_points_del.tpl
More HTML tags ported to XHTML (all lower-case), bug #33 resolved
[mailer.git] / templates / de / html / admin / admin_points_del.tpl
index 6f6458795c6b87c044468fd73a1610df14fc9b23..50d501592a858ffdb3033441999ed9c81659d8a8 100644 (file)
@@ -1,17 +1,16 @@
-<form
-       action="{!URL!}/modules.php?module=admin&amp;what=config_points&amp;sub=ref&amp;do=del"
-       method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0"
-       class="admin_table dashed" width="500">
-       <TR>
-               <TD align="center" height="30" class="bottom2 admin_title"><strong>{--DELETE_REF_DEPTHS--}:</strong></TD>
-       </TR>
+<div align="center">
+<form action="{!URL!}/modules.php?module=admin&amp;what=config_points&amp;sub=ref&amp;do=del" method="POST">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="500">
+       <tr>
+               <td align="center" height="30" class="bottom2 admin_title"><strong>{--DELETE_REF_DEPTHS--}:</strong></td>
+       </tr>
        {!__LEVEL_ROWS!}
-       <TR>
-               <TD class="admin_footer"><INPUT type="reset"
+       <tr>
+               <td class="admin_footer"><INPUT type="reset"
                        class="admin_reset" value="{--CLEAR_FORM--}" /> <INPUT
                        type="submit" name="ok" class="admin_delete" value="{--REMOVE_REF--}" />
-               </TD>
-       </TR>
-</TABLE>
+               </td>
+       </tr>
+</table>
 </form>
+</div>