]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_cat_row.tpl
Next phase of rewrite: member_header->header_column and other CSS class fixes/rewrites
[mailer.git] / templates / de / html / member / member_cat_row.tpl
index fe1247375388aaf5b8b210fcebaac5dddba6c0f5..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">&nbsp;</td>
+       <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>