(no commit message)
[mailer.git] / 0.2.1 / templates / de / html / admin / admin_extensions_edit.tpl
1 <FORM action="{!URL!}/modules.php?module=admin&amp;what=extensions" method="POST" style="margin-bottom: 0px">\r
2 <TABLE border="0" cellspacing="0" cellpadding="0" width="370" align="center" class="admin_table dashed">\r
3 <TR>\r
4   <TD colspan="4" align="center" class="admin_title" height="30">\r
5     <STRONG>{--ADMIN_EDIT_EXTENSIONS--}:</STRONG>\r
6   </TD>\r
7 </TR>\r
8 <TR>\r
9   <TD align="center" class="admin_title bottom2 right2" width="30"><STRONG>{--ID_SELECT--}</STRONG></TD>\r
10   <TD align="center" class="admin_title bottom2 right2" width="180"><STRONG>{--ADMIN_EXT_NAME--}</STRONG></TD>\r
11   <TD align="center" class="admin_title bottom2 right2" width="80"><STRONG>{--ADMIN_EXT_CSSFILE--}</STRONG></TD>\r
12   <TD align="center" class="admin_title bottom2 right2" width="80"><STRONG>{--ADMIN_EXT_ACTIVE--}</STRONG></TD>\r
13 </TR>\r
14 {!__EXTENSIONS_ROWS!}\r
15 <TR>\r
16   <TD colspan="4" align="center" class="admin_footer">\r
17     <INPUT type="reset" class="admin_reset" value="{--CLEAR_FORM--}">&nbsp;*\r
18     <INPUT type="submit" name="modify" class="admin_submit" value="{--SAVE_SETTINGS--}">\r
19   </TD>\r
20 </TR>\r
21 </TABLE>\r
22 </FORM>