Even more XHTML fixes #3
[mailer.git] / templates / de / html / admin / admin_mods_list.tpl
1 <form action="{!URL!}/modules.php?module=admin&amp;what=config_mods" method="post">
2 <table border="0" cellspacing="0" cellpadding="0" width="680" class="admin_table dashed">
3         <tr>
4                 <td align="center" class="admin_title bottom2 right2" height="25"><strong>{--ID_SELECT--}</strong></td>
5                 <td align="center" class="admin_title bottom2 right2"><strong>{--MODS_NAME--}</strong></td>
6                 <td align="center" class="admin_title bottom2 right2"><strong>{--MODS_TITLE--}</strong></td>
7                 <td align="center" class="admin_title bottom2 right2"><strong>{--MODS_IS_LOCKED--}</strong></td>
8                 <td align="center" class="admin_title bottom2 right2"><strong>{--MODS_IS_HIDDEN--}</strong></td>
9                 <td align="center" class="admin_title bottom2 right2"><strong>{--MODS_IS_ADMIN--}</strong></td>
10                 <td align="center" class="admin_title bottom2"><strong>{--MODS_IS_MEMBER--}</strong></td>
11         </tr>
12         {!__MODS_ROWS!}
13         <tr>
14                 <td colspan="7" class="admin_footer">
15                         <input type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
16                         <input type="submit" name="edit" class="admin_submit" value="{--MODS_EDIT--}" />
17                 </td>
18         </tr>
19 </table>
20 </form>
21
22 <div class="admin_note">
23         {--MODS_ADMIN_EDIT_NOTE--}
24 </div>