Renamed 'ADMIN_FOO_NOTE' to 'ADMIN_FOO_NOTICE', refactured templates
[mailer.git] / templates / de / html / admin / admin_import_theme.tpl
1 <div align="center">
2 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
3         <tr>
4                 <td class="header_column bottom right" align="center">{--THEME_UNIX--}</td>
5                 <td class="header_column bottom right" align="center">{--THEME_NAME--}</td>
6                 <td class="header_column bottom right" align="center">{--THEME_AUTHOR--}</td>
7                 <td class="header_column bottom right" align="center">{--THEME_URL--}</td>
8                 <td class="header_column bottom right" align="center">{--THEME_VERSION--}</td>
9                 <td class="header_column bottom" align="center">{--THEME_INSTALL--}</td>
10         </tr>
11         $content
12         <tr>
13                 <td colspan="6" class="table_footer">
14                         <div class="notice">{--ADMIN_THEME_LIST_NOTICE--}</div>
15                 </td>
16         </tr>
17 </table>
18 </div>