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