- Major change in LOAD_EMAIL_TEMPLATE(). The deprecated switch() block has
[mailer.git] / templates / de / html / admin / admin_extensions_delete.tpl
1 <FORM action="{!URL!}/modules.php?module=admin&amp;what=extensions"
2         method="POST" style="margin-bottom: 0px">
3 <TABLE border="0" cellspacing="0" cellpadding="0" width="520"
4         align="center" class="admin_table dashed">
5         <TR>
6                 <TD colspan="4" align="center" class="admin_title" height="30"><STRONG>{--ADMIN_REMOVING_THESE_EXTENSIONS--}</STRONG>
7                 </TD>
8         </TR>
9         <TR>
10                 <TD align="center" class="admin_title bottom2 right2" width="40"><STRONG>{--ID_SELECT--}</STRONG></TD>
11                 <TD align="center" class="admin_title bottom2 right2" width="180"><STRONG>{--ADMIN_EXT_NAME--}</STRONG></TD>
12                 <TD align="center" class="admin_title bottom2" width="80"><STRONG>{--ADMIN_EXT_VERSION--}</STRONG></TD>
13                 <TD align="center" class="admin_title bottom2" width="220">&nbsp;</TD>
14         </TR>
15         {!__EXTENSIONS_ROWS!}
16         <TR>
17                 <TD colspan="4" class="admin_footer"><INPUT
18                         type="submit" name="remove" class="admin_delete"
19                         value="{--ADMIN_REMOVE_EXTENSIONS--}"></TD>
20         </TR>
21 </TABLE>
22 </FORM>