Reverted of changes in 1704, see ticket #160
[mailer.git] / templates / de / html / guest / guest_cat_row.tpl
index 75523d6e011f0418ad0996c984055ab76d37e86a..fa10aa107674a4798dddae1e4438411a28a473af 100644 (file)
@@ -1,14 +1,11 @@
-<TR>
-       <TD width="10" class="switch_sw$content[sw]">&nbsp;</TD>
-       <TD class="register_right switch_sw$content[sw]">&nbsp;&nbsp;$content[cat]&nbsp;&nbsp;</TD>
-       <TD width="20" class="guest_normal switch_$content[sw]">
-       {--YES--}&nbsp;<INPUT type="radio" class="guest_normal"
-               name="cat[$content[id]]" value="Y"$content[def_y]></TD>
-       <TD width="20" class="guest_normal switch_$content[sw]">
-       {--NO--}&nbsp;<INPUT type="radio" class="guest_normal"
-               name="cat[$content[id]]" value="N"$content[def_n]></TD>
-       <TD width="10" class="switch_sw$content[sw]">&nbsp;</TD>
-</TR>
-<TR>
-       <TD colspan="5" height="2"></TD>
-</TR>
+<tr>
+       <td class="register_right switch_sw$content[sw]">$content[cat]</td>
+       <td width="20" class="guest_normal switch_$content[sw]">
+               {--YES--}
+               <input type="radio" class="guest_normal" name="cat[$content[id]]" value="Y"$content[def_y] />
+       </td>
+       <td width="20" class="guest_normal switch_$content[sw]">
+               {--NO--}
+               <input type="radio" class="guest_normal" name="cat[$content[id]]" value="N"$content[def_n] />
+       </td>
+</tr>