A lot code rewritten:
[mailer.git] / templates / de / html / admin / admin_admins_mails_list_row.tpl
1 <tr>
2         <td class="{%template,ColorSwitch%} bottom right" align="center">
3                 <input type="checkbox" title="{--ID_SELECT--} $content[id]" name="sel[$content[mail_template]]" class="admin_normal" value="1" />
4         </td>
5         <td class="{%template,ColorSwitch%} bottom right" align="center">
6                 $content[mail_template]
7         </td>
8         <td class="{%template,ColorSwitch%} bottom" align="center">
9                 {%pipe,generateAdminLink=$content[admin_id]%}
10         </td>
11 </tr>