A lot CSS classes rewritten, please update all your themes.
[mailer.git] / templates / de / html / admin / admin_config_rewrite_rows.tpl
1 <tr>
2         <td class="{%template,ColorSwitch%} bottom right" align="center">$content[module]</td>
3         <td class="{%template,ColorSwitch%} bottom right">{%pipe,fixEmptyContentToDashes=$content[title]%}</td>
4         <td class="{%template,ColorSwitch%} bottom" align="center">
5                 <input type="radio" name="mod[$content[module]]" class="form_field" value="Y"$content[y_default] /> {--YES--}<br />
6                 <input type="radio" name="mod[$content[module]]" class="form_field" value="N"$content[n_default] /> {--NO--}
7         </td>
8 </tr>