]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_extensions_edit.tpl
Fix for endless loop
[mailer.git] / templates / de / html / admin / admin_extensions_edit.tpl
index 9a2cda912dbb66eeaa295acd252e68a94985eac0..3188411e08e3266fcc7e80d1aebbf474fb576e26 100644 (file)
@@ -1,4 +1,4 @@
-<form action="{!URL!}/modules.php?module=admin&amp;what=extensions" method="post" style="margin-bottom: 0px">
+<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;what=extensions" method="post" style="margin-bottom: 0px">
 <table border="0" cellspacing="0" cellpadding="0" width="370"
        align="center" class="admin_table dashed">
        <tr>
@@ -11,7 +11,7 @@
                <td align="center" class="admin_title bottom2 right2" width="80"><strong>{--ADMIN_EXT_CSSFILE--}</strong></td>
                <td align="center" class="admin_title bottom2 right2" width="80"><strong>{--ADMIN_EXT_ACTIVE--}</strong></td>
        </tr>
-       {!__EXTENSIONS_ROWS!}
+       $content
        <tr>
                <td colspan="4" class="admin_footer"><input
                        type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
@@ -19,4 +19,4 @@
                        value="{--SAVE_SETTINGS--}" /></td>
        </tr>
 </table>
-</form>
\ No newline at end of file
+</form>