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