]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_cats_row.tpl
Continued a bit:
[mailer.git] / templates / de / html / admin / admin_list_cats_row.tpl
index 961afa9e33a801a1acb00660b8f82333b81b126e..8f17ff13ef34f520272af7eb5a752efec18e6885 100644 (file)
@@ -1,6 +1,14 @@
-<TR>
-       <TD class="bottom2 switch_sw$content[sw]" width="30" align="right">$content[cnt].&nbsp;&nbsp;</TD>
-       <TD class="bottom2 switch_sw$content[sw]">$content[cat]</TD>
-       <TD class="bottom2 switch_sw$content[sw] left2" width="50"
-               align="center">$content[sel]</TD>
-</TR>
+<tr>
+       <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 right {%template,ColorSwitch%}">
+               {%pipe,getCategory=$content[id]%}
+       </td>
+       <td align="center" class="bottom right {%template,ColorSwitch%}">
+               {%pipe,translateYesNo=$content[visible]%}
+       </td>
+       <td align="center" class="bottom {%template,ColorSwitch%}">
+               $content[sort]
+       </td>
+</tr>