Some more cleanups/improvements:
[mailer.git] / templates / de / html / admin / admin_del_cats_row.tpl
index 1707006f80849744f1ec0779b3b604403cc6ad85..8578fb27776f9ae0570c661c7230ed38670af118 100644 (file)
@@ -1,10 +1,11 @@
 <tr>
        <td align="center" class="{%template,ColorSwitch%}">
-               <strong>{--ADMIN_CATEGORY_ID--} $content[id]:</strong>
+               <strong>{--ADMIN_CATEGORY_ID--} $content:</strong>
        </td>
 </tr>
 <tr>
        <td align="center" class="{%template,ColorSwitch%} bottom">
-               $content[cat] <input type="hidden" name="id[$content[id]]" value="1" />
+               {%pipe,getCategory=$content[id]%}
+               <input type="hidden" name="id[$content]" value="1" />
        </td>
 </tr>