More HTML tags ported to XHTML (all lower-case), bug #33 resolved
[mailer.git] / templates / de / html / admin / admin_mods_edit.tpl
1 <form action="{!URL!}/modules.php?module=admin&amp;what=config_mods"
2         method="POST">
3 <table border="0" cellspacing="0" cellpadding="0" width="680"
4         class="admin_table dashed">
5         <tr>
6                 <td align="center" class="admin_title bottom2 right2" height="25"><strong>{--MODS_NAME--}</strong></td>
7                 <td align="center" class="admin_title bottom2 right2"><strong>{--MODS_TITLE--}</strong></td>
8                 <td align="center" class="admin_title bottom2 right2"><strong>{--MODS_IS_LOCKED--}</strong></td>
9                 <td align="center" class="admin_title bottom2 right2"><strong>{--MODS_IS_HIDDEN--}</strong></td>
10                 <td align="center" class="admin_title bottom2 right2"><strong>{--MODS_IS_ADMIN--}</strong></td>
11                 <td align="center" class="admin_title bottom2 right2"><strong>{--MODS_IS_MEMBER--}</strong></td>
12         </tr>
13         {!__MODS_ROWS!}
14         <tr>
15                 <td colspan="6" class="admin_footer"><INPUT
16                         type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
17                 <INPUT type="submit" name="change" class="admin_submit"
18                         value="{--SAVE_CHANGES--}" /></td>
19         </tr>
20 </table>
21 </form>