Major rewrite of template system:
[mailer.git] / templates / de / html / admin / admin_list_refdepths_row.tpl
1 <tr>
2         <td align="center" class="bottom right {%template,ColorSwitch%}">
3                 <input type="checkbox" class="form_field" title="{--ID_SELECT--} $content[id]" name="id[$content[id]]" value="1" />
4         </td>
5         <td align="center" class="bottom right {%template,ColorSwitch%}">
6                 {%pipe,convertNullToZero=$content[level]%}
7         </td>
8         <td align="center" class="bottom {%template,ColorSwitch%}">
9                 {%pipe,translateComma=$content[percents]%}&#37;
10         </td>
11 </tr>