More misc fixes and rewrites (sorry, lame description)
[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>