"copied"
[mailer.git] / 0.2.1-FINAL / templates / de / html / guest / guest_cat_row.tpl
1 <TR>
2         <TD width="10" class="switch_sw$content[sw]">&nbsp;</TD>
3         <TD class="register_right switch_sw$content[sw]">&nbsp;&nbsp;$content[cat]&nbsp;&nbsp;</TD>
4         <TD width="20" class="guest_normal switch_$content[sw]">
5         {--YES--}&nbsp;<INPUT type="radio" class="guest_normal"
6                 name="cat[$content[id]]" value="Y"$content[def_y]></TD>
7         <TD width="20" class="guest_normal switch_$content[sw]">
8         {--NO--}&nbsp;<INPUT type="radio" class="guest_normal"
9                 name="cat[$content[id]]" value="N"$content[def_n]></TD>
10         <TD width="10" class="switch_sw$content[sw]">&nbsp;</TD>
11 </TR>
12 <TR>
13         <TD colspan="5" height="2"></TD>
14 </TR>