Automatic deactivation of deprecated extensions added
[mailer.git] / templates / de / html / admin / admin_extensions.tpl
1 <FORM action="{!URL!}/modules.php?module=admin&amp;what=extensions" method="POST" style="margin-bottom: 0px">
2 <TABLE border="0" cellspacing="0" cellpadding="0" width="510" align="center" class="admin_table dashed">
3         <TR>
4                 <TD colspan="5" align="center" class="admin_title" height="30">
5                         <STRONG>{--ADMIN_REGISTERED_EXTENSIONS--}</STRONG>
6                 </TD>
7         </TR>
8         <TR>
9                 <TD align="center" class="admin_title bottom2 right2" width="40"><STRONG>{--ID_SELECT--}</STRONG></TD>
10                 <TD align="center" class="admin_title bottom2 right2" width="200"><STRONG>{--ADMIN_EXT_NAME--}</STRONG></TD>
11                 <TD align="center" class="admin_title bottom2 right2" width="90"><STRONG>{--ADMIN_EXT_CSSFILE--}</STRONG></TD>
12                 <TD align="center" class="admin_title bottom2 right2" width="90"><STRONG>{--ADMIN_EXT_ACTIVE--}</STRONG></TD>
13                 <TD align="center" class="admin_title bottom2" width="90"><STRONG>{--ADMIN_EXT_VERSION--}</STRONG></TD>
14         </TR>
15         {!__EXT_ROWS!}
16         <TR>
17                 <TD colspan="5" class="admin_footer">
18                         <INPUT type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
19                         <INPUT type="submit" name="change" class="admin_submit" value="{--ADMIN_DE_ACTIVATE--}" />
20                         <INPUT type="submit" name="edit" class="admin_submit" value="{--ADMIN_EDIT--}" />
21                         <INPUT type="submit" name="delete" class="admin_delete" value="{--ADMIN_DELETE_ENTRIES--}" />
22                 </TD>
23         </TR>
24 </TABLE>
25 </FORM>