HTML->XHTML preparation (still *A LOT* to convert
[mailer.git] / templates / de / html / admin / admin_theme_list.tpl
1 <TABLE border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" align="center">
2 <TR>
3         <TD colspan="5" align="center" class="admin_title bottom2" height="30">
4                 <strong>{--ADMIN_THEME_NEW_FOUND_TITLE--}:</strong>
5         </TD>
6 </TR>
7 <TR>
8         <TD align="center" width="5%" class="admin_title bottom2 right2">{--ID_SELECT--}</TD>
9         <TD align="center" width="35%" class="admin_title bottom2 right2">{--ADMIN_EXT_DOWNLOAD_LINK--}</TD>
10         <TD align="center" width="30%" class="admin_title bottom2 right2">{--ADMIN_THEME_FILE_CTIME--}</TD>
11         <TD align="center" width="15%" class="admin_title bottom2 right2">{--ADMIN_EXT_FILE_SIZE--}</TD>
12         <TD align="center" width="15%" class="admin_title bottom2">{--THEME_VERSION--}</TD>
13 </TR>
14 {!__THEMES_ROWS!}
15 <TR>
16         <TD colspan="2" align="center" class="admin_title right2">
17                 {--ADMIN_THEME_TOTAL_FOUND--}:&nbsp;<strong>{!__TTHEME_VALUE!}</strong>
18         </TD>
19         <TD colspan="3" align="right" class="admin_title right2">
20                 {--ADMIN_EXT_TOTAL_FSIZE--}:&nbsp;<strong>{!__TKBYTES_VALUE!} {--KBYTES--}</strong>
21         </TD>
22 </TR>
23 </TABLE>