]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_theme_import.tpl
Some improvements, caching of email templates prepared
[mailer.git] / templates / de / html / admin / admin_theme_import.tpl
index ee422fd3b511f4183d263e4f06011be629a1fa1d..93dca5e61dfe8da8205389be9295487bcf953d87 100644 (file)
@@ -1,17 +1,18 @@
-<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>
-       {!__THEME_LIST!}
-       <TR>
-               <TD colspan="6" class="admin_footer">
-                       <FONT class="admin_note">{--ADMIN_THEME_LIST_NOTE--}</FONT>
-               </TD>
-       </TR>
-</TABLE>
+<div align="center">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+       <tr>
+               <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_AUTHOR--}</td>
+               <td class="header_column bottom right" align="center">{--THEME_URL--}</td>
+               <td class="header_column bottom right" align="center">{--THEME_VERSION--}</td>
+               <td class="header_column bottom" align="center">{--THEME_INSTALL--}</td>
+       </tr>
+       $content
+       <tr>
+               <td colspan="6" class="admin_footer">
+                       <div class="admin_note">{--ADMIN_THEME_LIST_NOTE--}</div>
+               </td>
+       </tr>
+</table>
+</div>