A lot CSS classes rewritten, please update all your themes.
[mailer.git] / templates / de / html / admin / admin_mods_edit.tpl
index 9e1b02140d5ff089e8b40af439c3318d5b53f656..5ded225a4a9a4821b97933da402dd68173f8aa76 100644 (file)
@@ -1,5 +1,5 @@
 <form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=config_mods%}" method="post">
-<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <!-- @TODO Shouldn't we add a title here? //-->
        <tr>
                <td align="center" class="header_column bottom right" height="25"><strong>{--ADMIN_MODS_NAME--}</strong></td>
@@ -11,9 +11,9 @@
        </tr>
        $content
        <tr>
-               <td colspan="6" class="admin_footer">
-                       <input type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
-                       <input type="submit" name="change" class="admin_submit" value="{--SAVE_CHANGES--}" />
+               <td colspan="6" class="table_footer">
+                       <input type="reset" class="form_reset" value="{--UNDO_SELECTIONS--}" />
+                       <input type="submit" name="change" class="form_submit" value="{--SAVE_CHANGES--}" />
                </td>
        </tr>
 </table>