A lot naming conventions applied, TODOs.txt updated
[mailer.git] / templates / de / html / admin / admin_list_refbanner_row.tpl
1 <tr>
2         <td align="center" class="{%template,ColorSwitch%} bottom right">
3                 <input type="checkbox" class="admin_normal" name="sel[$content[id]]" title="{--ID_SELECT--} $content[id]" value="1" />
4         </td>
5         <td align="center" class="{%template,ColorSwitch%} bottom right">
6                 <img src="$content[url]" alt="$content[alternate]" border="0" title="$content[alternate]" />
7         </td>
8         <td align="center" class="{%template,ColorSwitch%} bottom right">
9                 $content[alternate]
10         </td>
11         <td align="center" class="{%template,ColorSwitch%} bottom right">
12                 {%pipe,translateComma=$content[counter]%}
13         </td>
14         <td align="center" class="{%template,ColorSwitch%} bottom right">
15                 {%pipe,translateComma=$content[clicks]%}
16         </td>
17         <td align="center" class="{%template,ColorSwitch%} bottom" colspan="2">
18                 {%pipe,translateYesNo=$content[visible]%}
19         </td>
20 </tr>