]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_cat_row.tpl
Rewrites/fixes for handling config entries in SQLs
[mailer.git] / templates / de / html / member / member_cat_row.tpl
index 87c470b5ec37c5bde2e4f3e1b1740be8553bd1ff..c97540d1f07b5e619e495702807aa30201f1e883 100644 (file)
@@ -1,11 +1,7 @@
-<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="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>
+</tr>