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