A lot CSS classes rewritten, please update all your themes.
[mailer.git] / templates / de / html / admin / admin_edit_cats_row.tpl
1 <tr>
2         <td colspan="2" align="left" class="table_header bottom" height="25">
3                 <strong>{--ADMIN_CATEGORY_ID--} $content[id]:</strong>
4         </td>
5 </tr>
6 <tr>
7         <td align="right" class="{%template,ColorSwitch%}">{--ADMIN_CATEGORY_DESCRIPTION--}:&nbsp;</td>
8         <td class="{%template,ColorSwitch%}">
9                 <input type="text" name="id[$content[id]]" class="form_field" value="{%pipe,getCategory=$content[id]%}" size="32" maxlength="255" />
10         </td>
11 </tr>
12 <tr>
13         <td class="{%template,ColorSwitch%}" align="right">{--ADMIN_CATEGORY_IS_VISIBLE--}&nbsp;</td>
14         <td class="{%template,ColorSwitch%}">$content[visible_selection]</td>
15 </tr>
16 <tr>
17         <td class="{%template,ColorSwitch%} bottom" align="right">{--ADMIN_ENTER_SORT_KEY--}:&nbsp;</td>
18         <td class="{%template,ColorSwitch%} bottom">
19                 <input type="text" name="sort[$content[id]]" class="form_field" value="$content[sort]" size="3" maxlength="10" />
20         </td>
21 </tr>