]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_cats_row.tpl
Call-back function names shortened, __FUNCTION__ used:
[mailer.git] / templates / de / html / admin / admin_config_cats_row.tpl
index b452df8a7c85f571952886c708695e646a7f94c6..fff42fc1a0f6e8b5e695f9be81eb1953e885020c 100644 (file)
@@ -1,14 +1,14 @@
 <tr>
-       <td align="center" class="bottom2 right2 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="bottom2 right2 switch_sw$content[sw]">
-               &nbsp;$content[cat]&nbsp;
+       <td class="bottom right {%template,ColorSwitch%}">
+               {%pipe,getCategory=$content[id]%}
        </td>
-       <td align="center" class="bottom2 right2 switch_sw$content[sw]">
-               $content[vis]
+       <td align="center" class="bottom right {%template,ColorSwitch%}">
+               {%pipe,translateComma=$content[visible]%}
        </td>
-       <td align="center" class="bottom2 switch_sw$content[sw]">
+       <td align="center" class="bottom {%template,ColorSwitch%}">
                $content[sort]
        </td>
 </tr>