Rewrite of language strings
[mailer.git] / templates / de / html / admin / admin_theme_import.tpl
1 <div align="center">
2 <table border="0" cellspacing="0" cellpadding="0" class="admin_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="admin_footer">
14                         <div class="admin_note">{--ADMIN_THEME_LIST_NOTE--}</div>
15                 </td>
16         </tr>
17 </table>
18 </div>