]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_payments.tpl
Heacy rewrite/cleanup:
[mailer.git] / templates / de / html / admin / admin_list_payments.tpl
index e8e12ba44009d8fbe133e0a7565d2a23a3472268..b39fa7b534502b336e5adcea263222e5d8c2eb22 100644 (file)
@@ -1,5 +1,5 @@
 <div align="center">
-<form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=payments%}" method="post">
+{%form,formMethodPost=modules.php?module=admin&amp;what=payments%}
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
                <td align="center" colspan="5" class="table_header">
@@ -7,7 +7,7 @@
                </td>
        </tr>
        <tr>
-               <td class="header_column bottom right" align="center"><strong>{--ID_SELECT--}</strong></td>
+               <td class="header_column bottom right" align="center" width="30"><strong>{--ID_SELECT--}</strong></td>
                <td class="header_column bottom right" align="center"><strong>{--ADMIN_PAYMENT_TIME--}:</strong></td>
                <td class="header_column bottom right" align="center"><strong>{--ADMIN_PAYMENT_PAYMENT--}:</strong></td>
                <td class="header_column bottom right" align="center"><strong>{--ADMIN_PAYMENT_PRICE--}:</strong></td>
@@ -22,5 +22,5 @@
                </td>
        </tr>
 </table>
-</form>
+{%form_close%}
 </div>