]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_theme_edit.tpl
Ref link fixed, nickname fixed, several rewrites, TODOs.txt updated:
[mailer.git] / templates / de / html / admin / admin_theme_edit.tpl
index 8b60fcbe3ed41c14f4fbfadac743123fe7f080a3..a09daca371902b09e787e51e25d47e10bcca9fda 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
+               <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>
-</FORM>
+                       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>