a3c1cf8b4f9e58a7e66d5af8a40c3e7b65fe526f
[mailer.git] / templates / de / html / guest / guest_cat_row.tpl
1 <tr>
2         <td class="register_right {%template,ColorSwitch%}">$content[cat]</td>
3         <td width="20" class="guest_normal {%template,ColorSwitch%}">
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 {%template,ColorSwitch%}">
8                 {--NO--}
9                 <input type="radio" class="guest_normal" name="cat[$content[id]]" value="N"$content[def_n] />
10         </td>
11 </tr>