mailer project continued:
[mailer.git] / templates / de / html / member / member_cash_coupon.tpl
1 <div align="center">
2 <form accept-charset="UTF-8" id="cash_coupon" action="{%url=modules.php?module=login&amp;what=cash_coupon%}" method="post">
3 <div class="table dashed">
4         <div class="table_header bottom">
5                 <strong>{--MEMBER_CASH_COUPON_TITLE--}</strong>
6         </div>
7         <div class="para" style="padding-top:4px">
8                 {--MEMBER_CASH_COUPON_NOTICE--}
9         </div>
10         <div class="bottom" style="height:23px;padding-top:4px">
11                 {--MEMBER_ENTER_COUPON_CODE--}
12                 <input type="text" class="form_field" name="coupon_code" size="30" maxlength="30" />
13         </div>
14         <div class="table_footer">
15                 <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
16                 <input type="submit" class="form_submit" name="ok" value="{--MEMBER_CASH_COUPON--}" />
17         </div>
18 </div>
19 </form>
20
21 <form accept-charset="UTF-8" id="change_coupon_status" action="{%url=modules.php?module=login&amp;what=cash_coupon%}" method="post">
22 <div class="table dashed">
23         <div class="table_header bottom">
24                 <strong>{--MEMBER_COUPON_CHANGE_STATUS_TITLE--}</strong>
25         </div>
26         <div class="bottom" style="height:18px;padding-top:4px">
27                 {--MEMBER_COUPON_RECEIVE_STATUS--}
28                 <strong>{%user,receiving_coupons,translateYesNo%}</strong>
29         </div>
30         <div class="table_footer">
31                 <input type="submit" class="form_submit" name="change" value="{--MEMBER_CHANGE_COUPON_STATUS--}" />
32         </div>
33 </div>
34 </form>
35 </div>