]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_cat_row.tpl
First batch of fixed language ids (renamed, see ticket #219)
[mailer.git] / templates / de / html / member / member_cat_row.tpl
index c97540d1f07b5e619e495702807aa30201f1e883..90574573ad3f961133533d83605c7a143b6cb775 100644 (file)
@@ -1,7 +1,9 @@
 <tr>
-       <td class="switch_sw$content[sw] bottom" align="right">$content[cat]</td>
-       <td class="switch_sw$content[sw] bottom" align="center">
-               {--YES--} <input type="radio" name="cat[$content[id]]" class="member_normal" value="Y"$content[jy] />
-               {--NO--} <input type="radio" name="cat[$content[id]]" class="member_normal" value="N"$content[jn] />
+       <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]]" value="Y"$content[jy] />
+               {--YES--}
+               <input type="radio" class="form_field" name="cat[$content[id]]" value="N"$content[jn] />
+               {--NO--}
        </td>
 </tr>