More HTML tags ported to XHTML (all lower-case), bug #33 resolved
[mailer.git] / 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>