]> git.mxchange.org Git - mailer.git/blob - 0.2.1/templates/de/html/admin/admin_extensions_delete.tpl
(no commit message)
[mailer.git] / 0.2.1 / templates / de / html / admin / admin_extensions_delete.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="520" 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_REMOVING_THESE_EXTENSIONS--}</STRONG>\r
6   </TD>\r
7 </TR>\r
8 <TR>\r
9   <TD align="center" class="admin_title bottom2 right2" width="40"><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" width="80"><STRONG>{--ADMIN_EXT_VERSION--}</STRONG></TD>\r
12   <TD align="center" class="admin_title bottom2" width="220">&nbsp;</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="submit" name="remove" class="admin_delete" value="{--ADMIN_REMOVE_EXTENSIONS--}">\r
18   </TD>\r
19 </TR>\r
20 </TABLE>\r
21 </FORM>