]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_payouts.tpl
More HTML tags ported to XHTML (all lower-case), bug #33 resolved
[mailer.git] / templates / de / html / admin / admin_list_payouts.tpl
index 0b22a33bdefc7e0a207bfcdfc8b3a5f0614ff1b5..0bf0818a5a820a6d8b39b76ee5f36f6071a9b1d6 100644 (file)
@@ -1,24 +1,22 @@
-<form action="{!URL!}/modules.php?module=admin&amp;what=list_payouts"
-       method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="580"
-       class="admin_table dashed" align="center">
-       <TR>
-               <TD colspan="6" align="center" class="admin_title" height="30"><strong>{--PAYOUT_ADMIN_LIST_PAYOUTS--}:</strong>
-               </TD>
-       </TR>
-       <TR>
-               <TD width="20" align="center" class="admin_title bottom2 right2"><strong>{--_UID--}</strong></TD>
-               <TD width="40" align="center" class="admin_title bottom2 right2"><strong>{--PAYOUT_TOTAL_PAYOUT--}</strong></TD>
-               <TD width="80" align="center" class="admin_title bottom2 right2"><strong>{--PAYOUT_TARGET_ACCOUNT2--}</strong></TD>
-               <TD width="80" align="center" class="admin_title bottom2 right2"><strong>{--PAYOUT_TARGET_BANK2--}</strong></TD>
-               <TD width="120" align="center" class="admin_title bottom2 right2"><strong>{--PAYOUT_TIMESTAMP--}</strong></TD>
-               <TD width="220" align="center" class="admin_title bottom2"><strong>{--PAYOUT_STATUS--}</strong></TD>
-       </TR>
+<form action="{!URL!}/modules.php?module=admin&amp;what=list_payouts" method="POST">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" align="center">
+       <tr>
+               <td colspan="6" align="center" class="admin_title" height="30"><strong>{--PAYOUT_ADMIN_LIST_PAYOUTS--}:</strong>
+               </td>
+       </tr>
+       <tr>
+               <td width="20" align="center" class="admin_title bottom2 right2"><strong>{--_UID--}</strong></td>
+               <td width="40" align="center" class="admin_title bottom2 right2"><strong>{--PAYOUT_TOTAL_PAYOUT--}</strong></td>
+               <td width="80" align="center" class="admin_title bottom2 right2"><strong>{--PAYOUT_TARGET_ACCOUNT2--}</strong></td>
+               <td width="80" align="center" class="admin_title bottom2 right2"><strong>{--PAYOUT_TARGET_BANK2--}</strong></td>
+               <td width="120" align="center" class="admin_title bottom2 right2"><strong>{--PAYOUT_TIMESTAMP--}</strong></td>
+               <td width="220" align="center" class="admin_title bottom2"><strong>{--PAYOUT_STATUS--}</strong></td>
+       </tr>
        {!__PAYOUT_ROWS!}
-       <TR>
-               <TD colspan="6" class="admin_footer"><a
+       <tr>
+               <td colspan="6" class="admin_footer"><a
                        href="{!URL!}/modules.php?module=admin&amp;what=list_payouts&do=delete">{--PAYOUT_DELETE_ALL_REQUESTS--}</a>
-               </TD>
-       </TR>
-</TABLE>
+               </td>
+       </tr>
+</table>
 </form>