ext-validator introduces, several HTML cleanups, fixes for e.g. user email link,...
[mailer.git] / templates / de / html / admin / admin_mods_edit.tpl
1 <form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=config_mods%}" method="post">
2 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
3         <!-- @TODO Shouldn't we add a title here? //-->
4         <tr>
5                 <td align="center" class="header_column bottom right" height="25"><strong>{--MODS_NAME--}</strong></td>
6                 <td align="center" class="header_column bottom right"><strong>{--MODS_TITLE--}</strong></td>
7                 <td align="center" class="header_column bottom right"><strong>{--MODS_IS_LOCKED--}</strong></td>
8                 <td align="center" class="header_column bottom right"><strong>{--MODS_IS_HIDDEN--}</strong></td>
9                 <td align="center" class="header_column bottom right"><strong>{--MODS_IS_ADMIN--}</strong></td>
10                 <td align="center" class="header_column bottom right"><strong>{--MODS_IS_MEMBER--}</strong></td>
11         </tr>
12         $content
13         <tr>
14                 <td colspan="6" class="admin_footer">
15                         <input type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
16                         <input type="submit" name="change" class="admin_submit" value="{--SAVE_CHANGES--}" />
17                 </td>
18         </tr>
19 </table>
20 </form>