]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_import_theme.tpl
Merge branch 'contrib' into 0.2.1-FINAL
[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="table_header bottom" colspan="6">
5                 {--ADMIN_IMPORT_THEMES_TITLE--}
6         </td>
7 </tr>
8
9 <tr>
10         <td class="header_column bottom right" align="center">{--THEME_UNIX--}</td>
11         <td class="header_column bottom right" align="center">{--THEME_NAME--}</td>
12         <td class="header_column bottom right" align="center">{--THEME_AUTHOR--}</td>
13         <td class="header_column bottom right" align="center">{--THEME_URL--}</td>
14         <td class="header_column bottom right" align="center">{--THEME_VERSION--}</td>
15         <td class="header_column bottom" align="center">{--THEME_INSTALL--}</td>
16 </tr>
17
18 $content
19
20 <tr>
21         <td colspan="6" class="table_footer">
22                 <div class="notice">{--ADMIN_THEME_LIST_NOTICE--}</div>
23         </td>
24 </tr>
25 </table>
26 </div>