Reverted of changes in 1704, see ticket #160
[mailer.git] / templates / de / html / guest / guest_cat_row.tpl
1 <tr>
2         <td class="register_right switch_sw$content[sw]">$content[cat]</td>
3         <td width="20" class="guest_normal switch_$content[sw]">
4                 {--YES--}
5                 <input type="radio" class="guest_normal" name="cat[$content[id]]" value="Y"$content[def_y] />
6         </td>
7         <td width="20" class="guest_normal switch_$content[sw]">
8                 {--NO--}
9                 <input type="radio" class="guest_normal" name="cat[$content[id]]" value="N"$content[def_n] />
10         </td>
11 </tr>