Title rows added to several table, naming convention applied:
[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 <tr>
5         <td align="center" colspan="6" class="table_header bottom" height="40">
6                 <strong>{--ADMIN_MODS_EDIT_TITLE--}</strong>
7         </td>
8 </tr>
9 <tr>
10         <td align="center" class="header_column bottom right" height="25"><strong>{--ADMIN_MODS_NAME--}</strong></td>
11         <td align="center" class="header_column bottom right"><strong>{--ADMIN_MODS_TITLE--}</strong></td>
12         <td align="center" class="header_column bottom right"><strong>{--ADMIN_MODS_IS_LOCKED--}</strong></td>
13         <td align="center" class="header_column bottom right"><strong>{--ADMIN_MODS_IS_HIDDEN--}</strong></td>
14         <td align="center" class="header_column bottom right"><strong>{--ADMIN_MODS_IS_ADMIN--}</strong></td>
15         <td align="center" class="header_column bottom right"><strong>{--ADMIN_MODS_IS_MEMBER--}</strong></td>
16 </tr>
17 $content
18 <tr>
19         <td colspan="6" class="table_footer">
20                 <input type="reset" class="form_reset" value="{--UNDO_SELECTIONS--}" />
21                 <input type="submit" class="form_submit" name="change" value="{--SAVE_CHANGES--}" />
22         </td>
23 </tr>
24 </table>
25 </form>
26 </div>