Fix for missing array elements
[mailer.git] / templates / de / html / admin / admin_config_rewrite_rows.tpl
1 <tr>
2         <td class="switch_sw$content[sw] bottom right" align="center">$content[module]</td>
3         <td class="switch_sw$content[sw] bottom right">$content[title]</td>
4         <td class="switch_sw$content[sw] bottom" align="center">
5                 <input type="radio" name="mod[$content[module]]" class="admin_normal" value="Y"$content[y_default] /> {--YES--}<br />
6                 <input type="radio" name="mod[$content[module]]" class="admin_normal" value="N"$content[n_default] /> {--NO--}
7         </td>
8 </tr>