A lot CSS classes rewritten, please update all your themes.
[mailer.git] / templates / de / html / admin / admin_del_admin_menu.tpl
index f3e4dd1d1fcd1a0a25d40ff4e215a8f4a5513d57..08082f3c1762fc85f23f3a1e7f55a47de7d712b8 100644 (file)
@@ -1,22 +1,22 @@
 <div align="center">
 <form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=adminedit&amp;sub=$content[sub]%}" 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="2" class="admin_title" height="40">
+               <td align="center" colspan="2" class="table_header" height="40">
                        <strong>{--DEL_ADMIN_MENU--}</strong>
                </td>
        </tr>
        <tr>
-               <td align="center" colspan="2" class="admin_title bottom">
+               <td align="center" colspan="2" class="table_header bottom">
                        {--DEL_MENU_1--}$content[chk]{--DEL_MENU_2--}
                </td>
        </tr>
        $content[rows]
        <tr>
-               <td colspan="2" class="admin_footer">
+               <td colspan="2" class="table_footer">
                        <input type="hidden" name="ok" value="del" />
                        <input type="hidden" name="chk" value="$content[chk]_$content[cnt]" />
-                       <input type="submit" class="admin_delete submit" name="submit" value="{--DEL_ENTRIES--}" />
+                       <input type="submit" class="form_delete submit" name="submit" value="{--DEL_ENTRIES--}" />
                </td>
        </tr>
 </table>