mailer project continued:
[mailer.git] / templates / de / html / admin / admin_list_coupon_row.tpl
1 <tr>
2         <td align="center" class="{%template,ColorSwitch%} bottom right">
3                 [<a href="{%url=modules.php?module=admin&amp;what=list_coupon&amp;coupon_id=$content[coupon_id]%}">$content[coupon_id]</a>]
4         </td>
5         <td align="center" class="{%template,ColorSwitch%} bottom right">
6                 {%pipe,translateComma=$content[points]%}
7         </td>
8         <td align="center" class="{%template,ColorSwitch%} bottom right">
9                 $content[coupon_created]
10         </td>
11         <td align="center" class="{%template,ColorSwitch%} bottom right">
12                 $content[coupon_expired]
13         </td>
14         <td align="center" class="{%template,ColorSwitch%} bottom right">
15                 {%pipe,translateComma=$content[total_created]%}
16         </td>
17         <td align="center" class="{%template,ColorSwitch%} bottom right">
18                 {%pipe,translateComma=$content[total_cashed]%}
19         </td>
20         <td align="center" class="{%template,ColorSwitch%} bottom">
21                 $content[coupon_description]
22         </td>
23 </tr>