All CSS classes top2,bottom2,right2,left2 are now deprecated, user details now have...
[mailer.git] / templates / de / html / admin / admin_menu_overview_row.tpl
1 <tr>
2         <td class="switch_sw$content[sw] bottom right" align="center">
3                 <input type="checkbox" class="admin_normal" title="{--ID_SELECT--} $content[id]" name="sel[$content[id]]" value="1" />
4         </td>
5         <td class="switch_sw$content[sw] bottom right" align="center">
6                 <a href="{?URL?}/modules.php?module=admin&amp;what=$content[mode]edit&amp;sub=$content[action]">$content[action]</a>
7         </td>
8         <td class="switch_sw$content[sw] bottom right" align="center">
9                 $content[what]
10         </td>
11         <td class="switch_sw$content[sw] bottom right">
12                 &nbsp;&nbsp;$content[title]
13         </td>
14         <td class="switch_sw$content[sw] bottom" align="center">
15                 &nbsp;&nbsp;$content[navi]
16         </td>
17 </tr>