mailer project continued:
[mailer.git] / templates / de / html / admin / admin_list_mods_stats_row.tpl
1 <tr>
2         <td class="{%template,ColorSwitch%} bottom right">
3                 {%pipe,fixEmptyContentToDashes=$content[title]%} (<span class="data">$content[module]</span>)
4         </td>
5         <td class="{%template,ColorSwitch%} bottom" align="center">
6                 {%pipe,translateComma=$content[clicks]%}
7         </td>
8 </tr>