A lot CSS classes rewritten, please update all your themes.
[mailer.git] / templates / de / html / admin / admin_theme_edit.tpl
index 2b2b02396ba80ffe7ed0f1e2b48205b825660aa5..fe42e1487d532ef16f4ed0825c60b90985ec37e4 100644 (file)
@@ -1,28 +1,26 @@
 <div align="center">
 <form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=theme_edit%}" 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 class="header_column bottom right" align="center">{--ID_SELECT--}</td>
                <td class="header_column bottom right" align="center">{--THEME_UNIX--}</td>
                <td class="header_column bottom right" align="center">{--THEME_NAME--}</td>
                <td class="header_column bottom right" align="center">{--THEME_ACTIVE--}</td>
                <td class="header_column bottom right" align="center">{--THEME_AUTHOR--}</td>
-               <td class="header_column bottom right" align="center">{--THEME_URL--}</td>
                <td class="header_column bottom" align="center">{--THEME_VERSION--}</td>
        </tr>
        $content
        <tr>
-               <td colspan="7" class="admin_footer"><input
-                       type="reset" class="admin_reset" value="{--RESET_SELECT--}" />
-               <input type="submit" name="status" class="admin_submit"
-                       value="{--ADMIN_CHANGE_STATUS_THEME--}" /> <input
-                       type="submit" name="del" class="admin_delete"
-                       value="{--ADMIN_DELETE_ENTRIES--}" /></td>
+               <td colspan="6" class="table_footer">
+                       <input type="reset" class="form_reset" value="{--RESET_SELECT--}" />
+                       <input type="submit" name="status" class="form_submit" value="{--ADMIN_CHANGE_STATUS_THEME--}" />
+                       <input type="submit" name="del" class="form_delete" value="{--ADMIN_DELETE_ENTRIES--}" />
+               </td>
        </tr>
 </table>
 </form>
 
-<div class="admin_note">
+<div class="notice">
        {--ADMIN_THEME_NEW_DEFAULT_THEME--}
 </div>