More renames for suffix _NOTE -> _NOTICE
[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="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="table_footer" align="center">
16                         <input type="reset" class="form_reset" value="{--UNDO_SELECTIONS--}" />
17                         <input type="submit" class="form_submit" name="ok" value="{--MEMBER_SAVE_THEME--}" />
18                 </td>
19         </tr>
20 </table>
21 </form>
22 </div>
23
24 <div class="notice">
25         {--MEMBER_THEME_LIST_NOTICE--}
26 </div>