Continued a bit:
[mailer.git] / templates / de / html / admin / admin_list_cats_row.tpl
index b31b720baf6ab80a5b28f5e7df0b9abb46d4d67f..8f17ff13ef34f520272af7eb5a752efec18e6885 100644 (file)
@@ -1,11 +1,14 @@
 <tr>
-       <td class="bottom switch_sw$content[sw]" width="30" align="right">
-               $content[cnt].
+       <td align="center" class="bottom right {%template,ColorSwitch%}">
+               <input type="checkbox" class="form_field" title="{--ID_SELECT--} $content[id]" name="sel[$content[id]]" value="1" />
        </td>
-       <td class="bottom switch_sw$content[sw]">
-               $content[cat]
+       <td class="bottom right {%template,ColorSwitch%}">
+               {%pipe,getCategory=$content[id]%}
        </td>
-       <td class="bottom switch_sw$content[sw] left" width="50" align="center">
-               $content[sel]
+       <td align="center" class="bottom right {%template,ColorSwitch%}">
+               {%pipe,translateYesNo=$content[visible]%}
+       </td>
+       <td align="center" class="bottom {%template,ColorSwitch%}">
+               $content[sort]
        </td>
 </tr>