A lot has been rewritten, ext-teams added, ext-forced continued:
[mailer.git] / templates / de / html / admin / admin_config_rallye_prices_row.tpl
1 <tr>
2         <td class="{%template,ColorSwitch%} bottom right" align="center">
3                 <input type="checkbox" class="form_field" title="{--ID_SELECT--} $content[id]" name="sel[$content[id]]" value="1" />
4         </td>
5         <td class="{%template,ColorSwitch%} bottom right" align="center">
6                 $content[price_level]
7         </td>
8         <td class="{%template,ColorSwitch%} bottom right">
9                 {%pipe,translateComma=$content[points]%}
10         </td>
11         <td class="{%template,ColorSwitch%} bottom">
12                 {%pipe,fixEmptyContentToDashes=$content[infos]%}
13         </td>
14 </tr>