Extension ext-engine is dead and will never come back
[mailer.git] / templates / de / html / admin / admin_edit_mods.tpl
1 <div align="center">
2 <form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=config_mods%}" method="post">
3 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
4         <!-- @TODO Shouldn't we add a title here? //-->
5         <tr>
6                 <td align="center" class="header_column bottom right" height="25"><strong>{--ADMIN_MODS_NAME--}</strong></td>
7                 <td align="center" class="header_column bottom right"><strong>{--ADMIN_MODS_TITLE--}</strong></td>
8                 <td align="center" class="header_column bottom right"><strong>{--ADMIN_MODS_IS_LOCKED--}</strong></td>
9                 <td align="center" class="header_column bottom right"><strong>{--ADMIN_MODS_IS_HIDDEN--}</strong></td>
10                 <td align="center" class="header_column bottom right"><strong>{--ADMIN_MODS_IS_ADMIN--}</strong></td>
11                 <td align="center" class="header_column bottom right"><strong>{--ADMIN_MODS_IS_MEMBER--}</strong></td>
12         </tr>
13         $content
14         <tr>
15                 <td colspan="6" class="table_footer">
16                         <input type="reset" class="form_reset" value="{--UNDO_SELECTIONS--}" />
17                         <input type="submit" class="form_submit" name="change" value="{--SAVE_CHANGES--}" />
18                 </td>
19         </tr>
20 </table>
21 </form>
22 </div>