All CSS classes top2,bottom2,right2,left2 are now deprecated, user details now have...
[mailer.git] / templates / de / html / admin / admin_edit_cats_row.tpl
1 <tr>
2         <td colspan="3" align="left" class="admin_title bottom" 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="bottom seperato switch_sw$content[sw]">&nbsp;</td>
36 </tr>