All CSS classes top2,bottom2,right2,left2 are now deprecated, user details now have...
[mailer.git] / templates / de / html / admin / admin_mods_edit_row.tpl
1 <tr>
2         <td class="switch_sw$content[sw] bottom right">
3                 &nbsp;$content[mod] <input type="hidden" name="sel[$content[id]]" value="1" />
4         </td>
5         <td class="switch_sw$content[sw] bottom right" align="center">
6                 <input type="text" class="admin_normal" name="title[$content[id]]" size="20" maxlength="255" value="$content[title]" />
7         </td>
8         <td class="switch_sw$content[sw] bottom right" align="center">
9                 $content[locked]
10         </td>
11         <td class="switch_sw$content[sw] bottom right" align="center">
12                 $content[hidden]
13         </td>
14         <td class="switch_sw$content[sw] bottom right" align="center">
15                 $content[admin]
16         </td>
17         <td class="switch_sw$content[sw] bottom right" align="center">
18                 $content[mem]
19         </td>
20 </tr>