A lot code rewritten:
[mailer.git] / templates / de / html / member / member_cat_row.tpl
1 <tr>
2         <td class="{%template,ColorSwitch%} bottom" align="right">$content[cat]</td>
3         <td class="{%template,ColorSwitch%} bottom" align="center">
4                 {--YES--} <input type="radio" name="cat[$content[id]]" class="member_normal" value="Y"$content[jy] />
5                 {--NO--} <input type="radio" name="cat[$content[id]]" class="member_normal" value="N"$content[jn] />
6         </td>
7 </tr>