Extension ext-coupon continued, a lot improvements applied:
[mailer.git] / templates / de / html / member / member_cash_coupon.tpl
1 <div align="center">
2 <form accept-charset="UTF-8" id="form" 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="bottom" style="height:23px;padding-top:4px">
8                 {--MEMBER_ENTER_COUPON_CODE--}
9                 <input type="text" class="form_field" name="coupon_code" size="30" maxlength="30" />
10         </div>
11         <div class="table_footer">
12                 <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
13                 <input type="submit" class="form_submit" name="ok" value="{--MEMBER_CASH_COUPON--}" />
14         </div>
15 </div>
16 </form>
17 </div>
18
19 <div class="notice">
20         {--MEMBER_CASH_COUPON_NOTE--}
21 </div>