]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_mods_edit.tpl
Typo fixed :(
[mailer.git] / templates / de / html / admin / admin_mods_edit.tpl
index 1b3333cf1b1744d20148e1639bb241e6964f39bc..488556533fa8cf3b90de5f7a4d6bd8e7bf3fcaf5 100644 (file)
@@ -1,7 +1,5 @@
-<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" width="680" class="admin_table dashed">
        <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_ADMIN--}</strong></td>
                <td align="center" class="admin_title bottom2 right2"><strong>{--MODS_IS_MEMBER--}</strong></td>
        </tr>
-       {!__MODS_ROWS!}
+       $content
        <tr>
-               <td colspan="6" class="admin_footer"><INPUT
+               <td colspan="6" class="admin_footer"><input
                        type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
-               <INPUT type="submit" name="change" class="admin_submit"
+               <input type="submit" name="change" class="admin_submit"
                        value="{--SAVE_CHANGES--}" /></td>
        </tr>
 </table>