]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/guest/guest_cat_row.tpl
Major cleanup of old-school HTML-mess...
[mailer.git] / templates / de / html / guest / guest_cat_row.tpl
index 28e79ce942b318ba9a3e2e695f7dbd43004cd349..fa10aa107674a4798dddae1e4438411a28a473af 100644 (file)
@@ -1,14 +1,11 @@
 <tr>
 <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 class="register_right switch_sw$content[sw]">$content[cat]</td>
        <td width="20" class="guest_normal switch_$content[sw]">
        <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>
+               {--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]">
        <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>
+               {--NO--}
+               <input type="radio" class="guest_normal" name="cat[$content[id]]" value="N"$content[def_n] />
+       </td>
 </tr>
 </tr>