]> 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 87c470b5ec37c5bde2e4f3e1b1740be8553bd1ff..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>
-</TR>
+<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] />
+               {--YES--}
+               <input type="radio" class="form_field" name="cat[$content[id]]" class="form_field" value="N"$content[jn] />
+               {--NO--}
+       </td>
+</tr>