]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_payouts.tpl
Continued a bit:
[mailer.git] / templates / de / html / admin / admin_list_payouts.tpl
index 9c61878b137ecb210ba8266eedd6d42a38be2650..794a6bba95d9e8c381f9f2aaca57bcd4dfb513b9 100644 (file)
@@ -1,12 +1,13 @@
-<form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=list_payouts%}" method="post">
-<table border="0" cellspacing="0" cellpadding="0" class="table dashed" align="center">
+<div align="center">
+{%form,formMethodPost=modules.php?module=admin&amp;what=list_payouts%}
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
                <td colspan="6" align="center" class="table_header">
                        <strong>{--ADMIN_LIST_PAYOUTS--}:</strong>
                </td>
        </tr>
        <tr>
-               <td width="20" align="center" class="header_column bottom right"><strong>{--_UID--}</strong></td>
+               <td width="20" align="center" class="header_column bottom right"><strong>{--_USERID--}</strong></td>
                <td width="40" align="center" class="header_column bottom right"><strong>{--PAYOUT_TOTAL_PAYOUT--}</strong></td>
                <td width="80" align="center" class="header_column bottom right"><strong>{--MEMBER_PAYOUT_TARGET_ACCOUNT2--}</strong></td>
                <td width="80" align="center" class="header_column bottom right"><strong>{--MEMBER_PAYOUT_TARGET_BANK2--}</strong></td>
@@ -20,4 +21,5 @@
                </td>
        </tr>
 </table>
-</form>
+{%form_close%}
+</div>