A lot CSS classes rewritten, please update all your themes.
[mailer.git] / templates / de / html / admin / admin_theme_edit.tpl
index 99e75f78ad0ba68e634b1918bf250703c388011e..fe42e1487d532ef16f4ed0825c60b90985ec37e4 100644 (file)
@@ -1,26 +1,27 @@
-<form action="{!URL!}/modules.php?module=admin&amp;what=theme_edit"
-       method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="99%"
-       class="admin_table dashed">
-       <TR>
-               <TD class="admin_title2 bottom2 right2" align="center">{--ID_SELECT--}</TD>
-               <TD class="admin_title2 bottom2 right2" align="center">{--THEME_UNIX--}</TD>
-               <TD class="admin_title2 bottom2 right2" align="center">{--THEME_NAME--}</TD>
-               <TD class="admin_title2 bottom2 right2" align="center">{--THEME_ACTIVE--}</TD>
-               <TD class="admin_title2 bottom2 right2" align="center">{--THEME_AUTHOR--}</TD>
-               <TD class="admin_title2 bottom2 right2" align="center">{--THEME_URL--}</TD>
-               <TD class="admin_title2 bottom2" align="center">{--THEME_VERSION--}</TD>
-       </TR>
-       {!__THEME_LIST!}
-       <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>
-       </TR>
-</TABLE>
+<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="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" align="center">{--THEME_VERSION--}</td>
+       </tr>
+       $content
+       <tr>
+               <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">{--ADMIN_THEME_NEW_DEFAULT_THEME--}</div>
+<div class="notice">
+       {--ADMIN_THEME_NEW_DEFAULT_THEME--}
+</div>
+
+</div>