A lot texts rewritten and exclamation signs removed
[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" width="99%" class="admin_table dashed">
4         <tr>
5                 <td class="admin_title2 bottom2 right2" align="center">{--Id_SELECT--}</td>
6                 <td class="admin_title2 bottom2 right2" align="center">{--THEME_UNIX--}</td>
7                 <td class="admin_title2 bottom2 right2" align="center">{--THEME_NAME--}</td>
8                 <td class="admin_title2 bottom2 right2" align="center">{--THEME_ACTIVE--}</td>
9                 <td class="admin_title2 bottom2 right2" align="center">{--THEME_AUTHOR--}</td>
10                 <td class="admin_title2 bottom2 right2" align="center">{--THEME_URL--}</td>
11                 <td class="admin_title2 bottom2" align="center">{--THEME_VERSION--}</td>
12         </tr>
13         $content
14         <tr>
15                 <td colspan="7" class="admin_footer"><input
16                         type="reset" class="admin_reset" value="{--RESET_SELECT--}" />
17                 <input type="submit" name="status" class="admin_submit"
18                         value="{--ADMIN_CHANGE_STATUS_THEME--}" /> <input
19                         type="submit" name="del" class="admin_delete"
20                         value="{--ADMIN_DELETE_ENTRIES--}" /></td>
21         </tr>
22 </table>
23 </form>
24
25 <div class="admin_note">
26         {--ADMIN_THEME_NEW_DEFAULT_THEME--}
27 </div>
28
29 </div>