Several more constants rewritten to getConfig()
[mailer.git] / templates / de / html / admin / admin_extensions_edit.tpl
1 <form action="{?URL?}/modules.php?module=admin&amp;what=extensions" method="post" style="margin-bottom: 0px">
2 <table border="0" cellspacing="0" cellpadding="0" width="370"
3         align="center" class="admin_table dashed">
4         <tr>
5                 <td colspan="4" align="center" class="admin_title" height="30"><strong>{--ADMIN_EDIT_EXTENSIONS--}:</strong>
6                 </td>
7         </tr>
8         <tr>
9                 <td align="center" class="admin_title bottom2 right2" width="30"><strong>{--ID_SELECT--}</strong></td>
10                 <td align="center" class="admin_title bottom2 right2" width="180"><strong>{--ADMIN_EXT_NAME--}</strong></td>
11                 <td align="center" class="admin_title bottom2 right2" width="80"><strong>{--ADMIN_EXT_CSSFILE--}</strong></td>
12                 <td align="center" class="admin_title bottom2 right2" width="80"><strong>{--ADMIN_EXT_ACTIVE--}</strong></td>
13         </tr>
14         {!__EXTENSIONS_ROWS!}
15         <tr>
16                 <td colspan="4" class="admin_footer"><input
17                         type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
18                 <input type="submit" name="modify" class="admin_submit"
19                         value="{--SAVE_SETTINGS--}" /></td>
20         </tr>
21 </table>
22 </form>