A lot CSS classes rewritten, please update all your themes.
[mailer.git] / templates / de / html / admin / admin_del_payments.tpl
index 4ba956c975b64a38e5c56266da85a25cde8df093..67f8b3ee5bfb8dfb30877314707de9978e0c4f90 100644 (file)
@@ -1,16 +1,16 @@
 <div align="center">
 <form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=payments&amp;do=del%}" 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" class="admin_title bottom">
-                       <strong>{--ADMIN_TITLE_DELETE_PAYMENT--}:</strong>
+               <td align="center" class="table_header bottom">
+                       <strong>{--ADMIN_DELETE_PAYMENT_TITLE--}:</strong>
                </td>
        </tr>
        $content
        <tr>
-               <td align="center" class="admin_footer">
-                       <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
-                       <input type="submit" name="ok" class="admin_delete" value="{--ADMIN_REMOVE_PAYMENT--}" />
+               <td align="center" class="table_footer">
+                       <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
+                       <input type="submit" name="ok" class="form_delete" value="{--ADMIN_REMOVE_PAYMENT--}" />
                </td>
        </tr>
 </table>