]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_del_cats.tpl
A lot CSS classes rewritten, please update all your themes.
[mailer.git] / templates / de / html / admin / admin_del_cats.tpl
index 3f24b8c422869abff4d7de315d35cab25bc208c4..23bcac9d28cece168d2a516d92c29c3c9b6d2156 100644 (file)
@@ -1,16 +1,16 @@
 <div align="center">
 <form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=config_cats&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">
+               <td align="center" class="table_header bottom">
                        <strong>{--ADMIN_DELETE_CATEGORIES_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_CATEGORIES--}" />
+               <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_CATEGORIES--}" />
                </td>
        </tr>
 </table>