Mailer project continued (heavy refactoring):
[mailer.git] / templates / de / html / admin / admin_list_payouts.tpl
index a50ed1416d6a20dc3a7281e2273385128d6ce043..794a6bba95d9e8c381f9f2aaca57bcd4dfb513b9 100644 (file)
@@ -1,5 +1,6 @@
-<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>
@@ -20,4 +21,5 @@
                </td>
        </tr>
 </table>
-</form>
+{%form_close%}
+</div>