]> 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 e2316b7f3f3025cea9ca3644f6b596c0bc0af8f5..3b09f801ed1a9631bf1c392c5ec03c87fd502b0e 100644 (file)
@@ -1,15 +1,18 @@
-<form accept-charset="utf-8" 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">
+<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]
-       <tr>
-               <td colspan="2" class="seperator bottom" height="5">&nbsp;</td>
-       </tr>
-       <tr>
-               <td colspan="2" align="center" class="member_footer">
-                       <input type="reset" class="member_reset" value="{--CLEAR_FORM--}" />
-                       <input type="submit" name="data" class="member_submit" value="{--ORDER_PAGE_2--}" />
-               </td>
-       </tr>
-</table>
+
+       <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>