]> git.mxchange.org Git - mailer.git/blob - templates/de/html/member/member_cat_row.tpl
4917c3f3e4a2bc3afe2a05601b9f8628636e1d88
[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>