]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_extensions_edit.tpl
Several more constants rewritten to getConfig()
[mailer.git] / templates / de / html / admin / admin_extensions_edit.tpl
index d57ea6af190c3531cbb6ba23d91917ed8f80918d..14b52933c902c5c1594e5e40960e839e0174eea7 100644 (file)
@@ -1,5 +1,4 @@
-<form action="{!URL!}/modules.php?module=admin&amp;what=extensions"
-       method="POST" style="margin-bottom: 0px">
+<form 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>
@@ -14,9 +13,9 @@
        </tr>
        {!__EXTENSIONS_ROWS!}
        <tr>
-               <td colspan="4" class="admin_footer"><INPUT
+               <td colspan="4" class="admin_footer"><input
                        type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
-               <INPUT type="submit" name="modify" class="admin_submit"
+               <input type="submit" name="modify" class="admin_submit"
                        value="{--SAVE_SETTINGS--}" /></td>
        </tr>
 </table>