More misc fixes and rewrites (sorry, lame description)
[mailer.git] / templates / de / html / admin / admin_list_admins_row.tpl
1 <tr>
2         <td class="switch_sw$content[sw] bottom2 right2" align="center">
3                 <input type="checkbox" title="{--ID_SELECT--} $content[id]" name="sel[$content[id]]" class="admin_normal" value="1" />
4         </td>
5         <td class="switch_sw$content[sw] bottom2 right2">
6                 &nbsp;&nbsp;<a href="$content[email_link]">$content[login]</a>
7         </td>
8         <td class="switch_sw$content[sw] bottom2 right2">
9                 &nbsp;&nbsp;<a href="mailto:$content[email]">$content[email]</a>
10         </td>
11         <td class="switch_sw$content[sw] bottom2 right2">
12                 &nbsp;&nbsp;$content[mode]
13         </td>
14         <td class="switch_sw$content[sw] bottom2">
15                 &nbsp;&nbsp;$content[la_mode]
16         </td>
17 </tr>