More HTML tags ported to XHTML (all lower-case), bug #33 resolved
[mailer.git] / templates / de / html / admin / admin_theme_edit.tpl
index 99e75f78ad0ba68e634b1918bf250703c388011e..cbcc9fb847fe4afec38b62a58f111ed3bf95acec 100644 (file)
@@ -1,26 +1,29 @@
-<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>
+<div align="center">
+<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
+       <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>
+                       value="{--ADMIN_DELETE_ENTRIES--}" /></td>
+       </tr>
+</table>
 </form>
 
-<div class="admin_note">{--ADMIN_THEME_NEW_DEFAULT_THEME--}</div>
+<div class="admin_note">
+       {--ADMIN_THEME_NEW_DEFAULT_THEME--}
+</div>
+
+</div>