All CSS classes top2,bottom2,right2,left2 are now deprecated, user details now have...
[mailer.git] / templates / de / html / admin / admin_extensions_delete.tpl
1 <form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;what=extensions" method="post">
2 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
3         <tr>
4                 <td colspan="4" align="center" class="admin_title" height="30">
5                         <strong>{--ADMIN_REMOVING_THESE_EXTENSIONS--}</strong>
6                 </td>
7         </tr>
8         <tr>
9                 <td align="center" class="header_column bottom right" width="40"><strong>{--ID_SELECT--}</strong></td>
10                 <td align="center" class="header_column bottom right" width="180"><strong>{--ADMIN_EXT_NAME--}</strong></td>
11                 <td align="center" class="header_column bottom" width="80"><strong>{--ADMIN_EXT_VERSION--}</strong></td>
12                 <td align="center" class="header_column bottom" width="220">&nbsp;</td>
13         </tr>
14         $content
15         <tr>
16                 <td colspan="4" class="admin_footer">
17                         <input type="submit" name="remove" class="admin_delete" value="{--ADMIN_REMOVE_EXTENSIONS--}" />
18                 </td>
19         </tr>
20 </table>
21 </form>