Listing of coupons rewritten to more clear
[mailer.git] / templates / de / html / admin / admin_list_coupon_usr.tpl
1 <div align="center">
2 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
3 <tr>
4         <td colspan="9" class="table_header bottom" align="center">
5                 <strong>{--ADMIN_LIST_CASHED_COUPONS_TITLE--}</strong>
6         </td>
7 </tr>
8 <tr>
9         <td align="center" class="header_column bottom right">
10                 <strong>{--COUPON_ID--}</strong>
11         </td>
12         <td align="center" class="header_column bottom right">
13                 <strong>{--_USERID--}</strong>
14         </td>
15         <td align="center" class="header_column bottom right">
16                 <strong>{?POINTS?}</strong>
17         </td>
18         <td align="center" class="header_column bottom right">
19                 <strong>{--COUPON_CASHED_ON--}</strong>
20         </td>
21         <td align="center" class="header_column bottom right">
22                 <strong>{--COUPON_CREATED_ON--}</strong>
23         </td>
24         <td align="center" class="header_column bottom right">
25                 <strong>{--COUPON_EXPIRED_ON--}</strong>
26         </td>
27         <td align="center" class="header_column bottom right">
28                 <strong>{--COUPON_TOTAL_CREATED--}</strong>
29         </td>
30         <td align="center" class="header_column bottom right">
31                 <strong>{--COUPON_TOTAL_CASHED--}</strong>
32         </td>
33         <td align="center" class="header_column bottom">
34                 <strong>{--COUPON_DESCRIPTION--}</strong>
35         </td>
36 </tr>
37 $content
38 <tr>
39         <td colspan="9" class="table_footer" align="center">
40                 <div class="tiny notice">{--ADMIN_LIST_CASHED_COUPONS_NOTE--}</div>
41         </td>
42 </tr>
43 </table>
44 </div>