]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/guest/guest_cat_row.tpl
More usage of isValidUserId()
[mailer.git] / templates / de / html / guest / guest_cat_row.tpl
index 28e79ce942b318ba9a3e2e695f7dbd43004cd349..39d0bcaa7ff9447cb8222779f9a9b00d881b8348 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>
+       <td class="register_right {%template,ColorSwitch%}">$content[cat]</td>
+       <td width="20" class="guest_normal {%template,ColorSwitch%}">
+               {--YES--}
+               <input type="radio" class="guest_normal" name="cat[$content[id]]" value="Y"$content[default_yes] />
+       </td>
+       <td width="20" class="guest_normal {%template,ColorSwitch%}">
+               {--NO--}
+               <input type="radio" class="guest_normal" name="cat[$content[id]]" value="N"$content[default_no] />
+       </td>
 </tr>