A lot code rewritten:
[mailer.git] / templates / de / html / admin / admin_list_sponsor_pay_del_row.tpl
1 <tr>
2         <td class="{%template,ColorSwitch%} bottom right" align="center">
3                 <input type="checkbox" title="{--ID_SELECT--} $content[id]" name="id[$content[id]]" class="admin_normal" value="1" />
4         </td>
5         <td class="{%template,ColorSwitch%} bottom right">
6                 &nbsp;$content[name]
7         </td>
8         <td class="{%template,ColorSwitch%} bottom right">
9                 &nbsp;$content[rate]
10         </td>
11         <td class="{%template,ColorSwitch%} bottom right">
12                 &nbsp;$content[min]
13         </td>
14         <td class="{%template,ColorSwitch%} bottom">
15                 &nbsp;$content[curr]
16         </td>
17 </tr>