]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_payments.tpl
Continued a bit:
[mailer.git] / templates / de / html / admin / admin_list_payments.tpl
index 6080b13b220c1452a0e9d2ea05bc73b54bd3d17c..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>
        <tr>
                <td class="table_footer" colspan="5">
                        <input type="reset" class="form_reset" value="{--UNDO_SELECTIONS--}" />
-                       <input type="submit" name="edit" class="form_submit" value="{--ADMIN_EDIT_PAYMENT--}" />
-                       <input type="submit" name="del" class="form_delete" value="{--ADMIN_DELETE_PAYMENT--}" />
+                       <input type="submit" class="form_submit" name="edit" value="{--ADMIN_ACTION_EDIT_SUBMIT--}" />
+                       <input type="submit" class="form_delete" name="delete" value="{--ADMIN_ACTION_DELETE_SUBMIT--}" />
                </td>
        </tr>
 </table>
-</form>
+{%form_close%}
 </div>