]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_order_thanks.tpl
Renamed function, used more "pool functions":
[mailer.git] / templates / de / html / member / member_order_thanks.tpl
index 95fb7ae85329386750e8c49ba647648b4e218426..83571d69233b2a440cc577511a807b5322f0f310 100644 (file)
@@ -1,5 +1,5 @@
 <div align="center">
-<form accept-charset="UTF-8" action="{%url=modules.php?module=login&amp;what=order%}" method="post">
+{%form,formMethodPost=modules.php?module=login&amp;what=order%}
        <div class="table_header bottom">
                {--MEMBER_THANX_ORDER_TITLE--}
        </div>
@@ -9,7 +9,7 @@
        </div>
 
        <div class="table_footer">
-               <input type="submit" class="form_submit" value="{--MEMBER_CONTINUE_AREA--}" />
+               <input type="submit" class="form_submit" name="continue" value="{--MEMBER_CONTINUE_AREA--}" />
        </div>
-</form>
+{%form_close%}
 </div>