Templates rewritten/fixed, surfbar extended with per-entry reload lock
[mailer.git] / templates / de / html / admin / admin_menu_overview_row.tpl
1 <TR>
2         <TD class="switch_sw$content[sw] bottom2 right2" align="center">
3                 <INPUT type="checkbox" title="{--ID_SELECT--} $content[id]" name="sel[$content[id]]" value="1" class="admin_normal" />
4         </TD>
5         <TD class="switch_sw$content[sw] bottom2 right2" 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] bottom2 right2" align="center">
9                 $content[what]
10         </TD>
11         <TD class="switch_sw$content[sw] bottom2 right2">
12                 &nbsp;&nbsp;$content[title]
13         </TD>
14         <TD class="switch_sw$content[sw] bottom2" align="center">
15                 &nbsp;&nbsp;$content[navi]
16         </TD>
17 </TR>