]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_delete_extensions.tpl
Rewrote reset and some extensions:
[mailer.git] / templates / de / html / admin / admin_delete_extensions.tpl
1 <div align="center">
2 {%form,formMethodPost=modules.php?module=admin&amp;what=extensions%}
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
10 <tr>
11         <td align="center" class="header_column bottom right" width="30"><strong>{--ID_SELECT--}</strong></td>
12         <td align="center" class="header_column bottom right"><strong>{--ADMIN_EXTENSION_NAME--}</strong></td>
13         <td align="center" class="header_column bottom"><strong>{--ADMIN_EXTENSION_VERSION--}</strong></td>
14 </tr>
15
16 $content
17
18 <tr>
19         <td colspan="3" class="table_footer">
20                 <input type="submit" name="do_delete" class="form_delete" value="{--ADMIN_REMOVE_EXTENSIONS--}" />
21         </td>
22 </tr>
23 </table>
24 {%form_close%}
25 </div>