More HTML tags ported to XHTML (all lower-case), bug #33 resolved
[mailer.git] / templates / de / html / admin / admin_config_payouts_del.tpl
index 9a82aaf61ef1bc880ccb0083af324f970b831de7..0504bf981128025691ed956174a710f99c8f3177 100644 (file)
@@ -1,23 +1,23 @@
-<form
-       action="{!URL!}/modules.php?module=admin&amp;what=config_payouts&amp;ok=ok"
-       method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="650"
+<div align="center">
+<form action="{!URL!}/modules.php?module=admin&amp;what=config_payouts&amp;ok=ok" method="POST">
+<table border="0" cellspacing="0" cellpadding="0" width="650"
        class="admin_table dashed">
-       <TR>
-               <TD colspan="4" align="center" class="admin_title bottom2" height="30">
-               <strong>{--ADMIN_PAYOUT_DELETE_TITLE--}</strong></TD>
-       </TR>
-       <TR>
-               <TD width="30" class="admin_title bottom2 right2" align="center"><strong>{--ID_SELECT--}</strong></TD>
-               <TD width="250" class="admin_title bottom2 right2" align="center"><strong>{--ADMIN_PAYOUT_TITLE--}</strong></TD>
-               <TD width="150" class="admin_title bottom2 right2" align="center"><strong>{--ADMIN_PAYOUT_RATE2--}</strong></TD>
-               <TD width="100" class="admin_title bottom2" align="center"><strong>{--ADMIN_PAYOUT_MIN_POINTS2--}</strong></TD>
-       </TR>
+       <tr>
+               <td colspan="4" align="center" class="admin_title bottom2" height="30">
+               <strong>{--ADMIN_PAYOUT_DELETE_TITLE--}</strong></td>
+       </tr>
+       <tr>
+               <td width="30" class="admin_title bottom2 right2" align="center"><strong>{--ID_SELECT--}</strong></td>
+               <td width="250" class="admin_title bottom2 right2" align="center"><strong>{--ADMIN_PAYOUT_TITLE--}</strong></td>
+               <td width="150" class="admin_title bottom2 right2" align="center"><strong>{--ADMIN_PAYOUT_RATE2--}</strong></td>
+               <td width="100" class="admin_title bottom2" align="center"><strong>{--ADMIN_PAYOUT_MIN_POINTS2--}</strong></td>
+       </tr>
        {!__PAYOUT_ROWS!}
-       <TR>
-               <TD colspan="4" class="admin_footer"><INPUT
+       <tr>
+               <td colspan="4" class="admin_footer"><INPUT
                        type="submit" name="del" class="admin_delete"
-                       value="{--ADMIN_PAYOUT_DELETE--}"></TD>
-       </TR>
-</TABLE>
+                       value="{--ADMIN_PAYOUT_DELETE--}"></td>
+       </tr>
+</table>
 </form>
+</div>