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