]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_theme_import.tpl
A lot texts rewritten and exclamation signs removed
[mailer.git] / templates / de / html / admin / admin_theme_import.tpl
index 9720715e6f654c8ad7069235490ca698d9f17ca8..9e6693d5e2786115a2d628dc1a54e46d9e5d0f9c 100644 (file)
@@ -1,16 +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>
-       {--__THEME_LIST--}
-       <TR>
-               <TD colspan="6" class="admin_footer" align="center"><FONT
-                       class="admin_note">{--ADMIN_THEME_LIST_NOTE--}</FONT></TD>
-       </TR>
-</TABLE>
+       <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>
+       $content
+       <tr>
+               <td colspan="6" class="admin_footer">
+                       <div class="admin_note">{--ADMIN_THEME_LIST_NOTE--}</div>
+               </td>
+       </tr>
+</table>
+</div>