Automatic deactivation of deprecated extensions added
[mailer.git] / templates / de / html / admin / admin_theme_import.tpl
1 <TABLE border="0" cellspacing="0" cellpadding="0" width="99%"
2         class="admin_table dashed">
3         <TR>
4                 <TD class="admin_title2 bottom2 right2" align="center">{--THEME_UNIX--}</TD>
5                 <TD class="admin_title2 bottom2 right2" align="center">{--THEME_NAME--}</TD>
6                 <TD class="admin_title2 bottom2 right2" align="center">{--THEME_AUTHOR--}</TD>
7                 <TD class="admin_title2 bottom2 right2" align="center">{--THEME_URL--}</TD>
8                 <TD class="admin_title2 bottom2 right2" align="center">{--THEME_VERSION--}</TD>
9                 <TD class="admin_title2 bottom2" align="center">{--THEME_INSTALL--}</TD>
10         </TR>
11         {!__THEME_LIST!}
12         <TR>
13                 <TD colspan="6" class="admin_footer">
14                         <FONT class="admin_note">{--ADMIN_THEME_LIST_NOTE--}</FONT>
15                 </TD>
16         </TR>
17 </TABLE>