All database names are now 'back-ticked' and constant _MYSQL_PREFIX is wrapped. Partl...
[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>