]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_order_page1.tpl
Rewrote 'we' word a little, rewrote mail order to use SQL_INSERTID() instead of anoth...
[mailer.git] / templates / de / html / member / member_order_page1.tpl
index 7fc9e833847da53d40426a4d6008297f93a4d221..3b09f801ed1a9631bf1c392c5ec03c87fd502b0e 100644 (file)
@@ -1,16 +1,18 @@
-<form action="{!URL!}/modules.php?module=login&amp;what=order"
-       method="POST" style="margin-bottom: 0px">
-<table border="0" cellspacing="0" cellpadding="0" width="500"
-       class="member_table dashed" align="center">
-       {--MEMBER_ZIP_CONTENT--} {--MEMBER_HTML_EXTENSION--}
-       <tr>
-               <td colspan="2" class="seperator bottom2" height="5">&nbsp;</td>
-       </tr>
-       <tr>
-               <td colspan="2" align="center" class="member_footer"><input
-                       type="reset" class="member_reset" value="{--CLEAR_FORM--}" />&nbsp;<input
-                       type="submit" name="data" class="member_submit"
-                       value="{--ORDER_PAGE_2--}" /></td>
-       </tr>
-</table>
+<div align="center">
+<form accept-charset="UTF-8" action="{%url=modules.php?module=login&amp;what=order%}" method="post">
+<div class="table dashed">
+       <div class="table_header bottom">
+               <strong>{--MEMBER_ORDER_PAGE1_TITLE--}</strong>
+       </div>
+
+       $content[zip_content]
+
+       $content[html_extension]
+
+       <div class="table_footer">
+               <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
+               <input type="submit" name="data" class="form_submit" value="{--ORDER_PAGE_2--}" />
+       </div>
+</div>
 </form>
+</div>