]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_mods_edit.tpl
Huge script change, see http://forum.mxchange.org/topic-458.html for details:
[mailer.git] / templates / de / html / admin / admin_mods_edit.tpl
index 9b0d8aae6b616df827b4097de9b84b1c85cec19a..488556533fa8cf3b90de5f7a4d6bd8e7bf3fcaf5 100644 (file)
@@ -1,21 +1,19 @@
-<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">
-       <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>
-       </TR>
-       {!__MODS_ROWS!}
-       <TR>
-               <TD colspan="6" class="admin_footer"><INPUT
+<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_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>
+       </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>
-       </TR>
-</TABLE>
-</FORM>
+               <input type="submit" name="change" class="admin_submit"
+                       value="{--SAVE_CHANGES--}" /></td>
+       </tr>
+</table>
+</form>