]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_payments.tpl
Naming convention applied, more cleanups, more EL
[mailer.git] / templates / de / html / admin / admin_list_payments.tpl
index 9599039ba3151edb8531c0e588446b75a197045e..cd0edd50206a42ec5d40a69e9518ca78c54cc5df 100644 (file)
@@ -1,23 +1,26 @@
-<form 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="admin_table dashed">
        <tr>
-               <td align="center" colspan="5" class="admin_title" height="30"><strong>{--EDIT_DEL_PAYMENT--}</strong>
+               <td align="center" colspan="5" class="admin_title">
+                       <strong>{--ADMIN_TITLE_EDIT_DELETE_PAYMENT--}</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>
-       {!__PAYMENT_ROWS!}
+       $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>
+               <td class="admin_footer" colspan="5">
+                       <input type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
+                       <input type="submit" name="edit" class="admin_submit" value="{--ADMIN_EDIT_PAYMENT--}" />
+                       <input type="submit" name="del" class="admin_delete" value="{--ADMIN_DELETE_PAYMENT--}" />
+               </td>
        </tr>
 </table>
 </form>
+</div>