A lot texts rewritten and exclamation signs removed
[mailer.git] / templates / de / html / admin / admin_config_rewrite_rows.tpl
1 <tr>
2         <td class="switch_sw$content[sw] bottom2 right2" align="center">$content[module]</td>
3         <td class="switch_sw$content[sw] bottom2 right2">&nbsp;$content[title]</td>
4         <td class="switch_sw$content[sw] bottom2" align="center">
5         {--YES--}:&nbsp;<input type="radio" name="mod[$content[module]]"
6                 class="admin_normal" value="Y"$content[y_default]>
7         {--NO--}:&nbsp;<input type="radio" name="mod[$content[module]]"
8                 class="admin_normal" value="N"$content[n_default]></td>
9 </tr>