Configuration of advertisement networks prepared, CSS cleaned up, HTML 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                 <input type="radio" class="form_field" name="cat[$content[id]]" class="form_field" value="Y"$content[jy] />
5                 {--YES--}
6                 <input type="radio" class="form_field" name="cat[$content[id]]" class="form_field" value="N"$content[jn] />
7                 {--NO--}
8         </td>
9 </tr>