]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_config_rewrite_rows.tpl
mailer project continued:
[mailer.git] / templates / de / html / admin / admin_config_rewrite_rows.tpl
1 <tr>
2         <td class="{%template,ColorSwitch%} bottom right" align="center">
3                 $content[module]
4         </td>
5         <td class="{%template,ColorSwitch%} bottom right">
6                 {%pipe,fixEmptyContentToDashes=$content[title]%}
7         </td>
8         <td class="{%template,ColorSwitch%} bottom" align="center">
9                 <input type="radio" class="form_field" name="mod[$content[module]]" value="Y"$content[y_default] /> {--YES--}<br />
10                 <input type="radio" class="form_field" name="mod[$content[module]]" value="N"$content[n_default] /> {--NO--}
11         </td>
12 </tr>