]> git.mxchange.org Git - mailer.git/blob - templates/de/html/guest/guest_cat_row.tpl
Since Wernis API 0.6-BETA SHA256 is the default now
[mailer.git] / templates / de / html / guest / guest_cat_row.tpl
1 <tr>
2         <td class="register_right {%template,ColorSwitch%}">$content[cat]</td>
3         <td width="20" class="form_field {%template,ColorSwitch%}">
4                 {--YES--}
5                 <input type="radio" class="form_field" name="cat[$content[id]]" value="Y"$content[default_yes] />
6         </td>
7         <td width="20" class="form_field {%template,ColorSwitch%}">
8                 {--NO--}
9                 <input type="radio" class="form_field" name="cat[$content[id]]" value="N"$content[default_no] />
10         </td>
11 </tr>