]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_payments.tpl
We should write UTF-8 in upper-case
[mailer.git] / templates / de / html / admin / admin_list_payments.tpl
index 04f99a4dc44fc77cbd35f682f05277600c6a4f27..f9a7a89d3dece8fb4bb23abddf78af0b4e2d0b1c 100644 (file)
@@ -1,24 +1,24 @@
 <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">
+<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">
-                       <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="header_column bottom right" align="center"><strong>{--ID_SELECT--}</strong></td>
-               <td class="header_column bottom right" align="center"><strong>{--PAY_TIME--}:</strong></td>
-               <td class="header_column bottom right" align="center"><strong>{--PAY_PAYMENT--}:</strong></td>
-               <td class="header_column bottom right" align="center"><strong>{--PAY_PRICE--}:</strong></td>
-               <td class="header_column bottom" align="center"><strong>{--PAY_TITLE--}:</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_EDIT_PAYMENT--}" />
+                       <input type="submit" class="form_delete" name="delete" value="{--ADMIN_DELETE_PAYMENT--}" />
                </td>
        </tr>
 </table>