Renamed templates, more usage of EL
[mailer.git] / templates / de / html / admin / admin_menu_status_row.tpl
index fe549f5bf4175de921458542f68e27f1b0ba54f6..8397481a2968a627a96248ed5d65683a163c9365 100644 (file)
@@ -1,11 +1,17 @@
 <tr>
-       <td width="25%" align="right" class="{%template,ColorSwitch%} bottom">$content[cnt].
-       {--ENTRY_MODIFY--}:&nbsp;&nbsp;
+       <td width="25%" align="right" class="{%template,ColorSwitch%} bottom">
+               $content[cnt]. {--ADMIN_ENTRY_MODIFY--}:
+       </td>
        <td width="25%" class="{%template,ColorSwitch%} bottom">
-       $content[menu] <input type="hidden" name="sel[$content[sel]]"
-               value="$content[menu]"></td>
+               $content[menu]
+               <input type="hidden" name="sel[$content[sel]]" value="$content[menu]" />
+       </td>
        <td width="25%" class="{%template,ColorSwitch%} bottom">
-       {--IS_VISIBLE--}&nbsp; $content[visible]</td>
+               {--ADMIN_IS_VISIBLE--}:
+               $content[visible]
+       </td>
        <td width="25%" class="{%template,ColorSwitch%} bottom">
-       {--IS_LOCKED--}&nbsp; $content[locked]</td>
-</tr>
\ No newline at end of file
+               {--ADMIN_MENU_IS_LOCKED--}:
+               $content[locked]
+       </td>
+</tr>