]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_gmenu_edit_form.tpl
Several more constants rewritten to getConfig()
[mailer.git] / templates / de / html / admin / admin_gmenu_edit_form.tpl
index 168cc57e24c232e09366b105a2abc0a7ac51fb52..8307296a76b5cced8b5898baee0e15b284ecce58 100644 (file)
@@ -1,5 +1,5 @@
 <div align="center">
-<form action="{!URL!}/modules.php?module=admin&amp;what=guestedit&amp;sub={!__SUB_VALUE!}" method="POST" target="_self">
+<form action="{?URL?}/modules.php?module=admin&amp;what=guestedit&amp;sub={!__SUB_VALUE!}" method="post" target="_self">
 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
        <tr>
                <td align="center" colspan="2" class="admin_header" height="40">
        </tr>
        {!__MENU_ROWS!}
        <tr>
-               <td class="admin_footer" colspan="2"><INPUT
-                       type="hidden" name="ok" value="edit"> <INPUT type="hidden"
-                       name="chk" value="{!__CHK_VALUE!}_{!__CNT_VALUE!}"> <INPUT
+               <td class="admin_footer" colspan="2"><input
+                       type="hidden" name="ok" value="edit"> <input type="hidden"
+                       name="chk" value="{!__CHK_VALUE!}_{!__CNT_VALUE!}"> <input
                        type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
-               <INPUT type="submit" class="admin_submit" name="submit"
+               <input type="submit" class="admin_submit" name="submit"
                        value="{--SUBMIT_CHANGES--}" /></td>
        </tr>
 </table>