]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_cats_row.tpl
Some more cleanups/improvements:
[mailer.git] / templates / de / html / admin / admin_config_cats_row.tpl
index 0aecf5d0dbfe162543eb3211ca5af393fc71a8d5..fff42fc1a0f6e8b5e695f9be81eb1953e885020c 100644 (file)
@@ -1,14 +1,14 @@
 <tr>
-       <td align="center" class="bottom right switch_sw$content[sw]">
+       <td align="center" class="bottom right {%template,ColorSwitch%}">
                <input type="checkbox" class="admin_normal" title="{--ID_SELECT--} $content[id]" name="sel[$content[id]]" value="1" />
        </td>
-       <td class="bottom right switch_sw$content[sw]">
-               $content[cat]
+       <td class="bottom right {%template,ColorSwitch%}">
+               {%pipe,getCategory=$content[id]%}
        </td>
-       <td align="center" class="bottom right switch_sw$content[sw]">
-               $content[vis]
+       <td align="center" class="bottom right {%template,ColorSwitch%}">
+               {%pipe,translateComma=$content[visible]%}
        </td>
-       <td align="center" class="bottom switch_sw$content[sw]">
+       <td align="center" class="bottom {%template,ColorSwitch%}">
                $content[sort]
        </td>
 </tr>