]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_mods_edit.tpl
Huge HTML/CSS rewrite (see forum)
[mailer.git] / templates / de / html / admin / admin_mods_edit.tpl
index 488556533fa8cf3b90de5f7a4d6bd8e7bf3fcaf5..4e6f3d59a120dbc7020cffd6dc809d1148df527f 100644 (file)
@@ -1,19 +1,20 @@
 <form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;what=config_mods" method="post">
-<table border="0" cellspacing="0" cellpadding="0" width="680" class="admin_table dashed">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+       <!-- @TODO Shouldn't we add a title here? //-->
        <tr>
-               <td align="center" class="admin_title bottom2 right2" height="25"><strong>{--MODS_NAME--}</strong></td>
-               <td align="center" class="admin_title bottom2 right2"><strong>{--MODS_TITLE--}</strong></td>
-               <td align="center" class="admin_title bottom2 right2"><strong>{--MODS_IS_LOCKED--}</strong></td>
-               <td align="center" class="admin_title bottom2 right2"><strong>{--MODS_IS_HIDDEN--}</strong></td>
-               <td align="center" class="admin_title bottom2 right2"><strong>{--MODS_IS_ADMIN--}</strong></td>
-               <td align="center" class="admin_title bottom2 right2"><strong>{--MODS_IS_MEMBER--}</strong></td>
+               <td align="center" class="header_column bottom2 right2" height="25"><strong>{--MODS_NAME--}</strong></td>
+               <td align="center" class="header_column bottom2 right2"><strong>{--MODS_TITLE--}</strong></td>
+               <td align="center" class="header_column bottom2 right2"><strong>{--MODS_IS_LOCKED--}</strong></td>
+               <td align="center" class="header_column bottom2 right2"><strong>{--MODS_IS_HIDDEN--}</strong></td>
+               <td align="center" class="header_column bottom2 right2"><strong>{--MODS_IS_ADMIN--}</strong></td>
+               <td align="center" class="header_column bottom2 right2"><strong>{--MODS_IS_MEMBER--}</strong></td>
        </tr>
        $content
        <tr>
-               <td colspan="6" class="admin_footer"><input
-                       type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
-               <input type="submit" name="change" class="admin_submit"
-                       value="{--SAVE_CHANGES--}" /></td>
+               <td colspan="6" class="admin_footer">
+                       <input type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
+                       <input type="submit" name="change" class="admin_submit" value="{--SAVE_CHANGES--}" />
+               </td>
        </tr>
 </table>
 </form>