]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/guest/guest_cat_row.tpl
Mailer project continued (heavy refactoring):
[mailer.git] / templates / de / html / guest / guest_cat_row.tpl
index fa10aa107674a4798dddae1e4438411a28a473af..5fff38aa6952dc0b4ce36ffbbd36bef51f4d8eed 100644 (file)
@@ -1,11 +1,11 @@
 <tr>
-       <td class="register_right switch_sw$content[sw]">$content[cat]</td>
-       <td width="20" class="guest_normal switch_$content[sw]">
+       <td class="register_right {%template,ColorSwitch%}">$content[cat]</td>
+       <td width="20" class="form_field {%template,ColorSwitch%}">
                {--YES--}
-               <input type="radio" class="guest_normal" name="cat[$content[id]]" value="Y"$content[def_y] />
+               <input type="radio" class="form_field" name="cat[$content[id]]" value="Y"$content[default_yes] />
        </td>
-       <td width="20" class="guest_normal switch_$content[sw]">
+       <td width="20" class="form_field {%template,ColorSwitch%}">
                {--NO--}
-               <input type="radio" class="guest_normal" name="cat[$content[id]]" value="N"$content[def_n] />
+               <input type="radio" class="form_field" name="cat[$content[id]]" value="N"$content[default_no] />
        </td>
 </tr>