]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_points.tpl
More HTML tags ported to XHTML (all lower-case), bug #33 resolved
[mailer.git] / templates / de / html / admin / admin_points.tpl
index 214f23eeacd827ec5ca6393fa5ef1e097cbccd2f..d0d03efe04f8d73feeabfd1127a54e647e725983 100644 (file)
@@ -1,26 +1,29 @@
+<div align="center">
 <form action="{!URL!}/modules.php?module=admin&amp;what=config_points&sub=ref" method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
-       <TR>
-               <TD align="center" colspan="3" class="admin_title" height="30">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+       <tr>
+               <td align="center" colspan="3" class="admin_title" height="30">
                        <strong>{--EDIT_DEL_REFDEPTH--}</strong>
-               </TD>
-       </TR>
-       <TR>
-               <TD class="admin_title bottom2 right2" width="30" align="center"><strong>{--ID_SELECT--}</strong></TD>
-               <TD class="admin_title bottom2 right2" width="275" align="center"><strong>{--REF_LEVEL--}:</strong></TD>
-               <TD class="admin_title bottom2" width="275" align="center"><strong>{--REF_PERCENT--}:</strong></TD>
-       </TR>
+               </td>
+       </tr>
+       <tr>
+               <td class="admin_title bottom2 right2" width="30" align="center"><strong>{--ID_SELECT--}</strong></td>
+               <td class="admin_title bottom2 right2" width="275" align="center"><strong>{--REF_LEVEL--}:</strong></td>
+               <td class="admin_title bottom2" width="275" align="center"><strong>{--REF_PERCENT--}:</strong></td>
+       </tr>
        {!__LEVEL_ROWS!}
-       <TR>
-               <TD class="admin_footer" colspan="3">
+       <tr>
+               <td class="admin_footer" colspan="3">
                        <INPUT type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
                        <INPUT type="submit" name="edit" class="admin_submit" value="{--EDIT_LVL--}" />
                        <INPUT type="submit" name="del" class="admin_delete" value="{--DEL_LVL--}" />
-               </TD>
-       </TR>
-</TABLE>
+               </td>
+       </tr>
+</table>
 </form>
 
 <div class="admin_note">
        {--ADMIN_REFERAL_LEVEL_ZERO_NOTICE--}
 </div>
+
+</div>