(no commit message)
[mailer.git] / 0.2.1 / templates / de / html / admin / admin_edit_cats_row.tpl
1 <TR>\r
2   <TD colspan="3" align="left" class="admin_header bottom2" height="25">\r
3     &nbsp;<STRONG>{--CATEGORY_ID--} $content[id]:</STRONG>\r
4   </TD>\r
5 </TR>\r
6 <TR><TD colspan="3" height="5" class="seperator switch_sw$content[sw]">&nbsp;</TD></TR>\r
7 <TR>\r
8   <TD width="49%" align="right" class="switch_sw$content[sw]">{--CAT_DESCRIPTION--}:&nbsp;</TD>\r
9   <TD width="2%" class="switch_sw$content[sw] seperator">&nbsp;</TD>\r
10   <TD width="49%" class="switch_sw$content[sw]">\r
11     <INPUT type="text" name="cat[$content[id]]" class="admin_normal" value="$content[cat]" size="32" maxlength="255">\r
12   </TD>\r
13 </TR>\r
14 <TR><TD colspan="3" height="5" class="switch_sw$content[sw] seperator">&nbsp;</TD></TR>\r
15 <TR>\r
16   <TD class="switch_sw$content[sw]" align="right">{--CAT_IS_VISIBLE--}&nbsp;</TD>\r
17   <TD width="1%" class="switch_sw$content[sw] seperator">&nbsp;</TD>\r
18   <TD class="switch_sw$content[sw]">\r
19     $content[vis]\r
20   </TD>\r
21 </TR>\r
22 <TR><TD colspan="3" height="5" class="switch_sw$content[sw] seperator">&nbsp;</TD></TR>\r
23 <TR>\r
24   <TD align="right" class="switch_sw$content[sw]">{--SORT_KEY--}:&nbsp;</TD>\r
25   <TD width="1%" class="switch_sw$content[sw] seperator">&nbsp;</TD>\r
26   <TD class="switch_sw$content[sw]">\r
27     <INPUT type="text" name="sort[$content[id]]" class="admin_normal" value="$content[sort]" size="3" maxlength="10">\r
28   </TD>\r
29 </TR>\r
30 <TR><TD colspan="3" height="5" class="bottom2 seperatorclass="switch_sw$content[sw]"">&nbsp;</TD></TR>\r