]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_payments.tpl
mailer project continued:
[mailer.git] / templates / de / html / admin / admin_list_payments.tpl
index 62348e052e3bde9c22d0870708cb37255438d0cb..e8e12ba44009d8fbe133e0a7565d2a23a3472268 100644 (file)
@@ -1,23 +1,26 @@
-<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;what=payments" method="post">
-<table border="0" cellspacing="0" cellpadding="0" width="99%" class="admin_table dashed">
+<div align="center">
+<form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=payments%}" method="post">
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
-               <td align="center" colspan="5" class="admin_title" height="30"><strong>{--EDIT_DEL_PAYMENT--}</strong>
+               <td align="center" colspan="5" class="table_header">
+                       <strong>{--ADMIN_EDIT_DELETE_PAYMENT_TITLE--}</strong>
                </td>
        </tr>
        <tr>
-               <td class="admin_title bottom2 right2" align="center"><strong>{--ID_SELECT--}</strong></td>
-               <td class="admin_title bottom2 right2" align="center"><strong>{--PAY_TIME--}:</strong></td>
-               <td class="admin_title bottom2 right2" align="center"><strong>{--PAY_PAYMENT--}:</strong></td>
-               <td class="admin_title bottom2 right2" align="center"><strong>{--PAY_PRICE--}:</strong></td>
-               <td class="admin_title bottom2" align="center"><strong>{--PAY_TITLE--}:</strong></td>
+               <td class="header_column bottom right" align="center"><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>
+               <td class="header_column bottom" align="center"><strong>{--ADMIN_PAYMENT_TITLE--}:</strong></td>
        </tr>
        $content
        <tr>
-               <td class="admin_footer" colspan="5">
-                       <input type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
-                       <input type="submit" name="edit" class="admin_submit" value="{--EDIT_PAY--}" />
-                       <input type="submit" name="del" class="admin_delete" value="{--DEL_PAY--}" />
+               <td class="table_footer" colspan="5">
+                       <input type="reset" class="form_reset" value="{--UNDO_SELECTIONS--}" />
+                       <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>
+</div>