Fix for non-working theme-selector
[mailer.git] / templates / de / html / admin / admin_theme_edit.tpl
1 <div align="center">
2 <form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=theme_edit%}" method="post">
3 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
4         <tr>
5                 <td class="header_column bottom right" align="center">{--ID_SELECT--}</td>
6                 <td class="header_column bottom right" align="center">{--THEME_UNIX--}</td>
7                 <td class="header_column bottom right" align="center">{--THEME_NAME--}</td>
8                 <td class="header_column bottom right" align="center">{--THEME_ACTIVE--}</td>
9                 <td class="header_column bottom right" align="center">{--THEME_AUTHOR--}</td>
10                 <td class="header_column bottom" align="center">{--THEME_VERSION--}</td>
11         </tr>
12         $content
13         <tr>
14                 <td colspan="6" class="admin_footer">
15                         <input type="reset" class="admin_reset" value="{--RESET_SELECT--}" />
16                         <input type="submit" name="status" class="admin_submit" value="{--ADMIN_CHANGE_STATUS_THEME--}" />
17                         <input type="submit" name="del" class="admin_delete" value="{--ADMIN_DELETE_ENTRIES--}" />
18                 </td>
19         </tr>
20 </table>
21 </form>
22
23 <div class="admin_note">
24         {--ADMIN_THEME_NEW_DEFAULT_THEME--}
25 </div>
26
27 </div>