]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_theme_import.tpl
More HTML tags ported to XHTML (all lower-case), bug #33 resolved
[mailer.git] / templates / de / html / admin / admin_theme_import.tpl
index ee422fd3b511f4183d263e4f06011be629a1fa1d..84ce56ff8fe5b01dc5c4ae033d9bc1d2dd41ebaa 100644 (file)
@@ -1,17 +1,19 @@
-<TABLE border="0" cellspacing="0" cellpadding="0" width="99%"
+<div align="center">
+<table border="0" cellspacing="0" cellpadding="0" width="99%"
        class="admin_table dashed">
-       <TR>
-               <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_AUTHOR--}</TD>
-               <TD class="admin_title2 bottom2 right2" align="center">{--THEME_URL--}</TD>
-               <TD class="admin_title2 bottom2 right2" align="center">{--THEME_VERSION--}</TD>
-               <TD class="admin_title2 bottom2" align="center">{--THEME_INSTALL--}</TD>
-       </TR>
+       <tr>
+               <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_AUTHOR--}</td>
+               <td class="admin_title2 bottom2 right2" align="center">{--THEME_URL--}</td>
+               <td class="admin_title2 bottom2 right2" align="center">{--THEME_VERSION--}</td>
+               <td class="admin_title2 bottom2" align="center">{--THEME_INSTALL--}</td>
+       </tr>
        {!__THEME_LIST!}
-       <TR>
-               <TD colspan="6" class="admin_footer">
-                       <FONT class="admin_note">{--ADMIN_THEME_LIST_NOTE--}</FONT>
-               </TD>
-       </TR>
-</TABLE>
+       <tr>
+               <td colspan="6" class="admin_footer">
+                       <div class="admin_note">{--ADMIN_THEME_LIST_NOTE--}</div>
+               </td>
+       </tr>
+</table>
+</div>