More XHTML-fied and extended header added to templates
[mailer.git] / templates / de / html / member / member_order_back.tpl
index 212950ddc302fc36812356749f5fe3c6d533ffda..01bf45655d0d32cbe66c64dafaa4d9a61f7e5c44 100644 (file)
@@ -1,5 +1,6 @@
-<form action="{!URL!}/modules.php" method="GET" target="_parent">
-<input type="hidden" name="module" value="login"> <input
-       type="hidden" name="what" value="order"> <input type="hidden"
-       name="order" value="$content"> <input type="submit"
-       class="member_reset" value="{--MEMBER_GO_BACK--}"></form>
\ No newline at end of file
+<form action="{!URL!}/modules.php" method="get" target="_parent">
+       <input type="hidden" name="module" value="login" />
+       <input type="hidden" name="what" value="order" />
+       <input type="hidden" name="order" value="$content" />
+       <input type="submit" class="member_reset" value="{--MEMBER_GO_BACK--}" />
+</form>