]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_payments.tpl
Fix for missing language string and variable renamed to better naming convention
[mailer.git] / templates / de / html / admin / admin_list_payments.tpl
index cd0edd50206a42ec5d40a69e9518ca78c54cc5df..108a18665c4c9d1f6e98c6589f9985b57b904c2c 100644 (file)
@@ -1,9 +1,9 @@
 <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">
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
-               <td align="center" colspan="5" class="admin_title">
-                       <strong>{--ADMIN_TITLE_EDIT_DELETE_PAYMENT--}</strong>
+               <td align="center" colspan="5" class="table_header">
+                       <strong>{--ADMIN_EDIT_DELETE_PAYMENT_TITLE--}</strong>
                </td>
        </tr>
        <tr>
        </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="{--ADMIN_EDIT_PAYMENT--}" />
-                       <input type="submit" name="del" class="admin_delete" value="{--ADMIN_DELETE_PAYMENT--}" />
+               <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>