]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_cat_row.tpl
Important fix for mail and 'percents' renamed to 'click_rate' where it is a click...
[mailer.git] / templates / de / html / member / member_cat_row.tpl
index 4917c3f3e4a2bc3afe2a05601b9f8628636e1d88..90574573ad3f961133533d83605c7a143b6cb775 100644 (file)
@@ -1,9 +1,9 @@
 <tr>
        <td class="{%template,ColorSwitch%} bottom" align="right">$content[cat]</td>
        <td class="{%template,ColorSwitch%} bottom" align="center">
-               <input type="radio" class="form_field" name="cat[$content[id]]" class="form_field" value="Y"$content[jy] />
+               <input type="radio" class="form_field" name="cat[$content[id]]" value="Y"$content[jy] />
                {--YES--}
-               <input type="radio" class="form_field" name="cat[$content[id]]" class="form_field" value="N"$content[jn] />
+               <input type="radio" class="form_field" name="cat[$content[id]]" value="N"$content[jn] />
                {--NO--}
        </td>
 </tr>