A lot has been rewritten, ext-teams added, ext-forced continued:
[mailer.git] / templates / de / html / admin / admin_list_admins_acls_row.tpl
1 <tr>
2         <td class="{%template,ColorSwitch%} bottom right" align="center">
3                 <input type="checkbox" title="{--ID_SELECT--} $content[id]" class="form_field" name="sel[$content[id]]" value="1" />
4         </td>
5         <td class="{%template,ColorSwitch%} bottom right" align="center">
6                 {%pipe,generateAdminLink=$content[admin_id]%}
7         </td>
8         <td class="{%template,ColorSwitch%} bottom right" align="center">
9                 {%pipe,fixEmptyContentToDashes=$content[action_menu]%}
10         </td>
11         <td class="{%template,ColorSwitch%} bottom right" align="center">
12                 {%pipe,fixEmptyContentToDashes=$content[what_menu]%}
13         </td>
14         <td class="{%template,ColorSwitch%} bottom" align="center">
15                 $content[access_mode]
16         </td>
17 </tr>