A lot code rewritten:
[mailer.git] / templates / de / html / admin / admin_payments_list_row.tpl
1 <tr>
2         <td align="center" class="bottom right {%template,ColorSwitch%}">
3                 <input type="checkbox" class="admin_normal" title="{--ID_SELECT--} $content[id]" name="sel[$content[id]]" value="1" />
4         </td>
5         <td align="center" class="bottom right {%template,ColorSwitch%}">
6                 $content[time] {--_SECONDS--}
7         </td>
8         <td align="center" class="bottom right {%template,ColorSwitch%}">
9                 {%pipe,translateComma=$content[pay]%}
10         </td>
11         <td align="center" class="bottom right {%template,ColorSwitch%}">
12                 $content[price]
13         </td>
14         <td align="center" class="bottom {%template,ColorSwitch%}">
15                 $content[title]
16         </td>
17 </tr>