Configuration of advertisement networks prepared, CSS cleaned up, HTML 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="form_field" 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]%}">{%pipe,fixEmptyContentToDashes=$content[action]%}</a>
7         </td>
8         <td class="{%template,ColorSwitch%} bottom right" align="center">
9                 {%pipe,fixEmptyContentToDashes=$content[what]%}
10         </td>
11         <td class="{%template,ColorSwitch%} bottom right">
12                 {%pipe,fixEmptyContentToDashes=$content[title]%}
13         </td>
14         <td class="{%template,ColorSwitch%} bottom" align="center">
15                 $content[navi]
16         </td>
17 </tr>