Mailer project continued (heavy refactoring):
[mailer.git] / templates / de / html / admin / admin_edit_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="4" align="center" class="table_header">
6                         <strong>{--ADMIN_EDIT_EXTENSIONS--}:</strong>
7                 </td>
8         </tr>
9         <tr>
10                 <td align="center" class="header_column bottom right" width="30"><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 right" width="80"><strong>{--ADMIN_EXTENSION_CSSFILE--}</strong></td>
13                 <td align="center" class="header_column bottom right" width="80"><strong>{--ADMIN_EXTENSION_ACTIVE--}</strong></td>
14         </tr>
15         $content
16         <tr>
17                 <td colspan="4" class="table_footer">
18                         <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
19                         <input type="submit" name="modify" class="form_submit" value="{--SAVE_SETTINGS--}" />
20                 </td>
21         </tr>
22 </table>
23 {%form_close%}
24 </div>