A lot CSS classes rewritten, please update all your themes.
[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="table dashed">
4         <tr>
5                 <td colspan="3" align="center" class="table_header">
6                         <strong>{--ADMIN_REMOVING_THESE_EXTENSIONS--}</strong>
7                 </td>
8         </tr>
9         <tr>
10                 <td align="center" class="header_column bottom right"><strong>{--ID_SELECT--}</strong></td>
11                 <td align="center" class="header_column bottom right"><strong>{--ADMIN_EXTENSION_NAME--}</strong></td>
12                 <td align="center" class="header_column bottom"><strong>{--ADMIN_EXTENSION_VERSION--}</strong></td>
13         </tr>
14         $content
15         <tr>
16                 <td colspan="3" class="table_footer">
17                         <input type="submit" name="remove" class="form_delete" value="{--ADMIN_REMOVE_EXTENSIONS--}" />
18                 </td>
19         </tr>
20 </table>
21 </form>
22 </div>