Rewrite of language strings
[mailer.git] / templates / de / html / member / member_themes.tpl
1 <div align="center">
2         {--MEMBER_THEME_LIST_USAGE--}
3
4 <form accept-charset="utf-8" action="{%url=modules.php?module=login&amp;what=themes%}" method="post">
5 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
6         <tr>
7                 <td class="header_column bottom right" align="center">{--THEME_UNIX--}</td>
8                 <td class="header_column bottom right" align="center">{--THEME_NAME--}</td>
9                 <td class="header_column bottom right" align="center">{--THEME_AUTHOR--}</td>
10                 <td class="header_column bottom right" align="center">{--THEME_URL--}</td>
11                 <td class="header_column bottom" align="center">{--THEME_VERSION--}</td>
12         </tr>
13         $content
14         <tr>
15                 <td colspan="5" class="admin_footer" align="center">
16                         <input type="reset" class="member_reset" value="{--UNDO_SELECTIONS--}" />
17                         <input type="submit" name="ok" class="member_submit" value="{--MEMBER_SAVE_THEME--}" />
18                 </td>
19         </tr>
20 </table>
21 </form>
22
23 <div class="admin_note">
24         {--MEMBER_THEME_LIST_NOTE--}
25 </div>
26
27 </div>