]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_cat_row.tpl
Configuration of advertisement networks prepared, CSS cleaned up, HTML rewritten:
[mailer.git] / templates / de / html / member / member_cat_row.tpl
index eabaeb6295166961405a283741a14139d52b374a..4917c3f3e4a2bc3afe2a05601b9f8628636e1d88 100644 (file)
@@ -1,11 +1,9 @@
 <tr>
-       <td align="right" height="20" class="switch_sw$content[sw]">$content[cat]&nbsp;&nbsp;</td>
-       <td width="2" class="seperator">&nbsp;</td>
-       <td align="center" class="switch_sw$content[sw]">{--YES--} <input
-               type="radio" name="cat[$content[id]]" class="member_normal" value="Y"$content[jy]>&nbsp;
-       {--NO--} <input type="radio" name="cat[$content[id]]"
-               class="member_normal" value="N"$content[jn]></td>
-</tr>
-<tr>
-       <td colspan="3" height="2" class="seperator"></td>
+       <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] />
+               {--YES--}
+               <input type="radio" class="form_field" name="cat[$content[id]]" class="form_field" value="N"$content[jn] />
+               {--NO--}
+       </td>
 </tr>