Extension ext-coupon basicly finished, no shortcuts in naming:
[mailer.git] / templates / de / html / member / member_list_coupon.tpl
1 <div align="center">
2 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
3 <tr>
4         <td colspan="7" class="table_header bottom" align="center">
5                 <strong>{--MEMBER_LIST_CASHED_COUPONS_TITLE--}</strong>
6         </td>
7 </tr>
8 <tr>
9         <td align="center" class="header_column bottom right">
10                 <strong>{?POINTS?}</strong>
11         </td>
12         <td align="center" class="header_column bottom right">
13                 <strong>{--COUPON_CASHED_ON--}</strong>
14         </td>
15         <td align="center" class="header_column bottom right">
16                 <strong>{--COUPON_CREATED_ON--}</strong>
17         </td>
18         <td align="center" class="header_column bottom right">
19                 <strong>{--COUPON_EXPIRED_ON--}</strong>
20         </td>
21         <td align="center" class="header_column bottom right">
22                 <strong>{--COUPON_TOTAL_CREATED--}</strong>
23         </td>
24         <td align="center" class="header_column bottom right">
25                 <strong>{--COUPON_TOTAL_CASHED--}</strong>
26         </td>
27         <td align="center" class="header_column bottom">
28                 <strong>{--COUPON_DESCRIPTION--}</strong>
29         </td>
30 </tr>
31 $content
32 <tr>
33         <td colspan="7" class="table_footer" align="center">
34                 <div class="tiny notice">{--MEMBER_LIST_CASHED_COUPONS_NOTE--}</div>
35         </td>
36 </tr>
37 </table>
38 </div>