]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_list_mods_row.tpl
4a681a7f8a2139e10394d6e15a81ef25333d8c7d
[mailer.git] / templates / de / html / admin / admin_list_mods_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>