More HTML tags ported to XHTML (all lower-case), bug #33 resolved
[mailer.git] / templates / de / html / admin / admin_mods_list_row.tpl
1 <tr>
2         <td class="switch_sw$content[sw] bottom2 right2" 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] bottom2 right2">
6                 &nbsp;$content[mod]
7         </td>
8         <td class="switch_sw$content[sw] bottom2 right2">
9                 &nbsp;$content[title]
10         </td>
11         <td class="switch_sw$content[sw] bottom2 right2" align="center">
12                 $content[locked]
13         </td>
14         <td class="switch_sw$content[sw] bottom2 right2" align="center">
15                 $content[hidden]
16         </td>
17         <td class="switch_sw$content[sw] bottom2 right2" align="center">
18                 $content[admin]
19         </td>
20         <td class="switch_sw$content[sw] bottom2" align="center">
21                 $content[mem]
22         </td>
23 </tr>