Global rewrite of engine:
[mailer.git] / templates / de / html / admin / admin_list_mods_row.tpl
1 <tr>
2         <td class="switch_sw$content[sw] bottom right" align="center">
3                 <input type="checkbox" title="{--ID_SELECT--} $content[id]" class="admin_normal" name="sel[$content[id]]" value="1" />
4         </td>
5         <td class="switch_sw$content[sw] bottom right">
6                 &nbsp;$content[mod]
7         </td>
8         <td class="switch_sw$content[sw] bottom right">
9                 &nbsp;$content[title]
10         </td>
11         <td class="switch_sw$content[sw] bottom right" align="center">
12                 $content[locked]
13         </td>
14         <td class="switch_sw$content[sw] bottom right" align="center">
15                 $content[hidden]
16         </td>
17         <td class="switch_sw$content[sw] bottom right" align="center">
18                 $content[admin]
19         </td>
20         <td class="switch_sw$content[sw] bottom" align="center">
21                 $content[mem]
22         </td>
23 </tr>