]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_menu_status_row.tpl
Naming convention, more usage of EL, new wrapper function introduced:
[mailer.git] / templates / de / html / admin / admin_menu_status_row.tpl
index 5a0bcc9f623603c75b624ad2256cc59beed5997d..fe549f5bf4175de921458542f68e27f1b0ba54f6 100644 (file)
@@ -1,11 +1,11 @@
 <tr>
-       <td width="25%" align="right" class="switch_sw$content[sw] bottom2">$content[cnt].
+       <td width="25%" align="right" class="{%template,ColorSwitch%} bottom">$content[cnt].
        {--ENTRY_MODIFY--}:&nbsp;&nbsp;
-       <td width="25%" class="switch_sw$content[sw] bottom2">
+       <td width="25%" class="{%template,ColorSwitch%} bottom">
        $content[menu] <input type="hidden" name="sel[$content[sel]]"
                value="$content[menu]"></td>
-       <td width="25%" class="switch_sw$content[sw] bottom2">
+       <td width="25%" class="{%template,ColorSwitch%} bottom">
        {--IS_VISIBLE--}&nbsp; $content[visible]</td>
-       <td width="25%" class="switch_sw$content[sw] bottom2">
+       <td width="25%" class="{%template,ColorSwitch%} bottom">
        {--IS_LOCKED--}&nbsp; $content[locked]</td>
 </tr>
\ No newline at end of file