A lot CSS classes rewritten, please update all your themes.
[mailer.git] / templates / de / html / admin / admin_config_payouts_row.tpl
1 <tr>
2         <td class="{%template,ColorSwitch%} bottom right" align="center">
3                 <input type="checkbox" title="{--ID_SELECT--} $content[id]" name="sel[$content[id]]" class="form_field" value="1" />
4         </td>
5         <td class="{%template,ColorSwitch%} bottom right">
6                 $content[from_account]
7         </td>
8         <td class="{%template,ColorSwitch%} bottom right">
9                 $content[type]
10         </td>
11         <td class="{%template,ColorSwitch%} bottom right">
12                 {%pipe,translateComma=$content[rate]%}
13         </td>
14         <td class="{%template,ColorSwitch%} bottom">
15                 {%pipe,translateComma=$content[min_points]%}
16         </td>
17 </tr>