Some more cleanups/improvements:
[mailer.git] / templates / de / html / admin / admin_edit_cats_row.tpl
index 4e9587dd67edd4c43a2f6fa67d702619f2cf54a3..86693f8507024a435ca18fdbb19883ecb34ce962 100644 (file)
@@ -6,12 +6,12 @@
 <tr>
        <td align="right" class="{%template,ColorSwitch%}">{--ADMIN_CATEGORY_DESCRIPTION--}:&nbsp;</td>
        <td class="{%template,ColorSwitch%}">
-               <input type="text" name="id[$content[id]]" class="admin_normal" value="$content[cat]" size="32" maxlength="255" />
+               <input type="text" name="id[$content[id]]" class="admin_normal" value="{%pipe,getCategory=$content[id]%}" size="32" maxlength="255" />
        </td>
 </tr>
 <tr>
        <td class="{%template,ColorSwitch%}" align="right">{--CAT_IS_VISIBLE--}&nbsp;</td>
-       <td class="{%template,ColorSwitch%}">$content[vis]</td>
+       <td class="{%template,ColorSwitch%}">$content[visible_selection]</td>
 </tr>
 <tr>
        <td class="{%template,ColorSwitch%} bottom" align="right">{--SORT_KEY--}:&nbsp;</td>