8397481a2968a627a96248ed5d65683a163c9365
[mailer.git] / templates / de / html / admin / admin_menu_status_row.tpl
1 <tr>
2         <td width="25%" align="right" class="{%template,ColorSwitch%} bottom">
3                 $content[cnt]. {--ADMIN_ENTRY_MODIFY--}:
4         </td>
5         <td width="25%" class="{%template,ColorSwitch%} bottom">
6                 $content[menu]
7                 <input type="hidden" name="sel[$content[sel]]" value="$content[menu]" />
8         </td>
9         <td width="25%" class="{%template,ColorSwitch%} bottom">
10                 {--ADMIN_IS_VISIBLE--}:
11                 $content[visible]
12         </td>
13         <td width="25%" class="{%template,ColorSwitch%} bottom">
14                 {--ADMIN_MENU_IS_LOCKED--}:
15                 $content[locked]
16         </td>
17 </tr>