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