]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/guest/guest_cat_row.tpl
A lot code rewritten:
[mailer.git] / templates / de / html / guest / guest_cat_row.tpl
index e9eabf127445e838e466c5487b0039baf9a8f9ea..237493a3d8ad15aea00835ddb517ef93d1e25297 100644 (file)
@@ -1,14 +1,11 @@
 <tr>
-       <td width="10" class="switch_sw$content[sw]">&nbsp;</td>
-       <td class="register_right2 switch_sw$content[sw]">&nbsp;&nbsp;$content[cat]&nbsp;&nbsp;</td>
+       <td class="register_right {%template,ColorSwitch%}">$content[cat]</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>
+               {--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--}&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>