mailer project continued:
[mailer.git] / templates / de / html / admin / admin_edit_admins_acls_row.tpl
1 <tr>
2         <td class="{%template,ColorSwitch%} bottom right" align="center">
3                 <strong>$content[id]</strong>
4                 <input type="hidden" name="sel[$content[id]]" value="1" />
5         </td>
6         <td class="{%template,ColorSwitch%} bottom right" align="center">
7                 <select name="admin[$content[id]]" size="1" class="form_select">
8                         $content[admins_selection]
9                 </select>
10         </td>
11         <td class="{%template,ColorSwitch%} bottom right" align="center">
12                 $content[action_selection]
13         </td>
14         <td class="{%template,ColorSwitch%} bottom right" align="center">
15                 $content[what_selection]
16         </td>
17         <td class="{%template,ColorSwitch%} bottom" align="center">
18                 {%pipe,generateAdminAccessModeSelectionBox=$content[id]%}
19         </td>
20 </tr>