Some template fixes, width='600' removed from many templates, surfbar admin extended...
[mailer.git] / templates / de / html / admin / admin_theme_list.tpl
index d0d384167943a69684995aeda1abcfe1a7e2ee14..ac7cb3fe9b821dcd15be719414af5b58d034773c 100644 (file)
@@ -1,21 +1,23 @@
-<TABLE border="0" cellspacing="0" cellpadding="0" width="600"
-       class="admin_table dashed" align="center">
-       <TR>
-               <TD colspan="5" align="center" class="admin_title bottom2" height="30">
-               <STRONG>{--ADMIN_THEME_NEW_FOUND_TITLE--}:</STRONG></TD>
-       </TR>
-       <TR>
-               <TD align="center" width="5%" class="admin_title bottom2 right2">{--ID_SELECT--}</TD>
-               <TD align="center" width="35%" class="admin_title bottom2 right2">{--ADMIN_EXT_DOWNLOAD_LINK--}</TD>
-               <TD align="center" width="30%" class="admin_title bottom2 right2">{--ADMIN_THEME_FILE_CTIME--}</TD>
-               <TD align="center" width="15%" class="admin_title bottom2 right2">{--ADMIN_EXT_FILE_SIZE--}</TD>
-               <TD align="center" width="15%" class="admin_title bottom2">{--THEME_VERSION--}</TD>
-       </TR>
-       {--__THEMES_ROWS--}
-       <TR>
-               <TD colspan="2" align="center" class="admin_title right2">{--ADMIN_THEME_TOTAL_FOUND--}:
-               <STRONG>{--__TTHEME_VALUE!}</STRONG></TD>
-               <TD colspan="3" align="right" class="admin_title right2">{--ADMIN_EXT_TOTAL_FSIZE--}:&nbsp;&nbsp;<STRONG>{--__TKBYTES_VALUE!}
-               {--KBYTES--}</STRONG>&nbsp;&nbsp;</TD>
-       </TR>
-</TABLE>
\ No newline at end of file
+<TABLE border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" align="center">
+<TR>
+       <TD colspan="5" align="center" class="admin_title bottom2" height="30">
+               <STRONG>{--ADMIN_THEME_NEW_FOUND_TITLE--}:</STRONG>
+       </TD>
+</TR>
+<TR>
+       <TD align="center" width="5%" class="admin_title bottom2 right2">{--ID_SELECT--}</TD>
+       <TD align="center" width="35%" class="admin_title bottom2 right2">{--ADMIN_EXT_DOWNLOAD_LINK--}</TD>
+       <TD align="center" width="30%" class="admin_title bottom2 right2">{--ADMIN_THEME_FILE_CTIME--}</TD>
+       <TD align="center" width="15%" class="admin_title bottom2 right2">{--ADMIN_EXT_FILE_SIZE--}</TD>
+       <TD align="center" width="15%" class="admin_title bottom2">{--THEME_VERSION--}</TD>
+</TR>
+{!__THEMES_ROWS!}
+<TR>
+       <TD colspan="2" align="center" class="admin_title right2">
+               {--ADMIN_THEME_TOTAL_FOUND--}:&nbsp;<STRONG>{!__TTHEME_VALUE!}</STRONG>
+       </TD>
+       <TD colspan="3" align="right" class="admin_title right2">
+               {--ADMIN_EXT_TOTAL_FSIZE--}:&nbsp;<STRONG>{!__TKBYTES_VALUE!} {--KBYTES--}</STRONG>
+       </TD>
+</TR>
+</TABLE>