]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_mods_edit.tpl
Extension ext-repair extended, outdated calls DEBUG_LOG() fixed:
[mailer.git] / templates / de / html / admin / admin_mods_edit.tpl
index 1b3333cf1b1744d20148e1639bb241e6964f39bc..1dd5a703fcdb173befd7378fd6e81234c7798e75 100644 (file)
@@ -1,21 +1,20 @@
-<form 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">
+<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;what=config_mods" method="post">
+<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 bottom right" height="25"><strong>{--MODS_NAME--}</strong></td>
+               <td align="center" class="header_column bottom right"><strong>{--MODS_TITLE--}</strong></td>
+               <td align="center" class="header_column bottom right"><strong>{--MODS_IS_LOCKED--}</strong></td>
+               <td align="center" class="header_column bottom right"><strong>{--MODS_IS_HIDDEN--}</strong></td>
+               <td align="center" class="header_column bottom right"><strong>{--MODS_IS_ADMIN--}</strong></td>
+               <td align="center" class="header_column bottom right"><strong>{--MODS_IS_MEMBER--}</strong></td>
        </tr>
-       {!__MODS_ROWS!}
+       $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>