4461b6cb7487b8671b7e3faaecd910076088648a
[mailer.git] / templates / de / html / admin / admin_theme_edit.tpl
1 <FORM action="{!URL!}/modules.php?module=admin&amp;what=theme_edit"
2         method="POST">
3 <TABLE border="0" cellspacing="0" cellpadding="0" width="99%"
4         class="admin_table dashed">
5         <TR>
6                 <TD class="admin_title2 bottom2 right2" align="center">{--ID_SELECT--}</TD>
7                 <TD class="admin_title2 bottom2 right2" align="center">{--THEME_UNIX--}</TD>
8                 <TD class="admin_title2 bottom2 right2" align="center">{--THEME_NAME--}</TD>
9                 <TD class="admin_title2 bottom2 right2" align="center">{--THEME_ACTIVE--}</TD>
10                 <TD class="admin_title2 bottom2 right2" align="center">{--THEME_AUTHOR--}</TD>
11                 <TD class="admin_title2 bottom2 right2" align="center">{--THEME_URL--}</TD>
12                 <TD class="admin_title2 bottom2" align="center">{--THEME_VERSION--}</TD>
13         </TR>
14         {!__THEME_LIST!}
15         <TR>
16                 <TD colspan="7" class="admin_footer"><INPUT
17                         type="reset" class="admin_reset" value="{--RESET_SELECT--}">&nbsp;*
18                 <INPUT type="submit" name="status" class="admin_submit"
19                         value="{--ADMIN_CHANGE_STATUS_THEME--}">&nbsp;* <INPUT
20                         type="submit" name="del" class="admin_delete"
21                         value="{--ADMIN_DELETE_ENTRIES--}"></TD>
22         </TR>
23 </TABLE>
24 </FORM>
25
26 <DIV class="admin_note">{--ADMIN_THEME_NEW_DEFAULT_THEME--}</DIV>