Even more rewrites/fixes from EL branch (please report any broken part after you...
[mailer.git] / templates / de / html / admin / admin_extensions_delete.tpl
1 <div align="center">
2 <form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=extensions%}" method="post">
3 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
4         <tr>
5                 <td colspan="4" align="center" class="admin_title">
6                         <strong>{--ADMIN_REMOVING_THESE_EXTENSIONS--}</strong>
7                 </td>
8         </tr>
9         <tr>
10                 <td align="center" class="header_column bottom right" width="40"><strong>{--ID_SELECT--}</strong></td>
11                 <td align="center" class="header_column bottom right" width="180"><strong>{--ADMIN_EXTENSION_NAME--}</strong></td>
12                 <td align="center" class="header_column bottom" width="80"><strong>{--ADMIN_EXTENSION_VERSION--}</strong></td>
13                 <td align="center" class="header_column bottom" width="220">&nbsp;</td>
14         </tr>
15         $content
16         <tr>
17                 <td colspan="4" class="admin_footer">
18                         <input type="submit" name="remove" class="admin_delete" value="{--ADMIN_REMOVE_EXTENSIONS--}" />
19                 </td>
20         </tr>
21 </table>
22 </form>
23 </div>