]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_cats_row.tpl
Renamed templates, more usage of EL
[mailer.git] / templates / de / html / admin / admin_list_cats_row.tpl
index 6f9a7cb40f8eb63b9bb4cf1f4d1e6b7feb08f9d5..8f17ff13ef34f520272af7eb5a752efec18e6885 100644 (file)
@@ -1,11 +1,14 @@
 <tr>
-       <td class="bottom {%template,ColorSwitch%}" 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 {%template,ColorSwitch%}">
-               $content[cat]
+       <td class="bottom right {%template,ColorSwitch%}">
+               {%pipe,getCategory=$content[id]%}
        </td>
-       <td class="bottom {%template,ColorSwitch%} 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>