]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_cash_coupon.tpl
Heacy rewrite/cleanup:
[mailer.git] / templates / de / html / member / member_cash_coupon.tpl
index f6c5a23fa2512d8f01a8105b83ce5e72be7f0ce4..626ce38cd3849ca42cdca5acd30c2ad2f3fa832f 100644 (file)
@@ -1,9 +1,12 @@
 <div align="center">
-<form accept-charset="UTF-8" id="form" action="{%url=modules.php?module=login&amp;what=cash_coupon%}" method="post">
+{%form,formIdCash_coupon,formMethodPost=modules.php?module=login&amp;what=cash_coupon%}
 <div class="table dashed">
        <div class="table_header bottom">
                <strong>{--MEMBER_CASH_COUPON_TITLE--}</strong>
        </div>
+       <div class="para" style="padding-top:4px">
+               {--MEMBER_CASH_COUPON_NOTICE--}
+       </div>
        <div class="bottom" style="height:23px;padding-top:4px">
                {--MEMBER_ENTER_COUPON_CODE--}
                <input type="text" class="form_field" name="coupon_code" size="30" maxlength="30" />
                <input type="submit" class="form_submit" name="ok" value="{--MEMBER_CASH_COUPON--}" />
        </div>
 </div>
-</form>
-</div>
+{%form_close%}
 
-<div class="notice">
-       {--MEMBER_CASH_COUPON_NOTE--}
+{%form,formIdChange_coupon_status,formMethodPost=modules.php?module=login&amp;what=cash_coupon%}
+<div class="table dashed">
+       <div class="table_header bottom">
+               <strong>{--MEMBER_COUPON_CHANGE_STATUS_TITLE--}</strong>
+       </div>
+       <div class="bottom" style="height:18px;padding-top:4px">
+               {--MEMBER_COUPON_RECEIVE_STATUS--}
+               <strong>{%user,receiving_coupons,translateYesNo%}</strong>
+       </div>
+       <div class="table_footer">
+               <input type="submit" class="form_submit" name="change" value="{--MEMBER_CHANGE_COUPON_STATUS--}" />
+       </div>
+</div>
+{%form_close%}
 </div>