]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_categories_row.tpl
Continued a bit:
[mailer.git] / templates / de / html / admin / admin_list_categories_row.tpl
diff --git a/templates/de/html/admin/admin_list_categories_row.tpl b/templates/de/html/admin/admin_list_categories_row.tpl
new file mode 100644 (file)
index 0000000..8f17ff1
--- /dev/null
@@ -0,0 +1,14 @@
+<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>