Users can now change receive status for coupons
[mailer.git] / templates / de / html / member / member_cash_coupon.tpl
index f6c5a23fa2512d8f01a8105b83ce5e72be7f0ce4..4319de89aa92da7e580261cbc36ab3d672f94030 100644 (file)
@@ -4,6 +4,9 @@
        <div class="table_header bottom">
                <strong>{--MEMBER_CASH_COUPON_TITLE--}</strong>
        </div>
+       <div class="para" style="padding-top:4px">
+               {--MEMBER_CASH_COUPON_NOTE--}
+       </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" />
        </div>
 </div>
 </form>
-</div>
 
-<div class="notice">
-       {--MEMBER_CASH_COUPON_NOTE--}
+<form accept-charset="UTF-8" id="form" action="{%url=modules.php?module=login&amp;what=cash_coupon%}" method="post">
+<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>
 </div>