A lot code rewritten:
[mailer.git] / templates / de / html / admin / admin_menu_overview_row.tpl
1 <tr>
2         <td class="{%template,ColorSwitch%} 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="{%template,ColorSwitch%} 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="{%template,ColorSwitch%} bottom right" align="center">
9                 $content[what]
10         </td>
11         <td class="{%template,ColorSwitch%} bottom right">
12                 &nbsp;&nbsp;$content[title]
13         </td>
14         <td class="{%template,ColorSwitch%} bottom" align="center">
15                 &nbsp;&nbsp;$content[navi]
16         </td>
17 </tr>