Some template fixes, width='600' removed from many templates, surfbar admin extended...
[mailer.git] / templates / de / html / admin / admin_list_extensions.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_EXT_NEW_FOUND_TITLE--}:</STRONG></TD>
5 </TR>
6 <TR>
7         <TD align="center" width="5%" class="admin_title bottom2 right2">{--ID_SELECT--}</TD>
8         <TD align="center" width="35%" class="admin_title bottom2 right2">{--ADMIN_EXT_DOWNLOAD_LINK--}</TD>
9         <TD align="center" width="30%" class="admin_title bottom2 right2">{--ADMIN_EXT_FILE_CTIME--}</TD>
10         <TD align="center" width="15%" class="admin_title bottom2 right2">{--ADMIN_EXT_FILE_SIZE--}</TD>
11         <TD align="center" width="15%" class="admin_title bottom2">{--ADMIN_EXT_FILE_VERSION--}</TD>
12 </TR>
13 {!__EXTENSIONS_ROWS!}
14 <TR>
15         <TD colspan="2" align="center" class="admin_title right2">
16                 {--ADMIN_EXT_TOTAL_FOUND--}:&nbsp;<STRONG>{!__TEXT_VALUE!}</STRONG>
17         </TD>
18         <TD colspan="3" align="right" class="admin_title right2">
19                 {--ADMIN_EXT_TOTAL_FSIZE--}:&nbsp;<STRONG>{--__TKBYTES_VALUE!} {--KBYTES--}</STRONG>
20         </TD>
21 </TR>
22 </TABLE>