New (template) wrapper function fixEmptyContentToDashes() introduced, EL rewrites:
[mailer.git] / templates / de / html / admin / admin_config_email_del_row.tpl
1 <tr>
2         <td class="switch_sw$content[sw]" align="center">
3                 <strong>{--MRECEIVE_ID--} $content[id]:</strong>
4         </td>
5 </tr>
6 <tr>
7         <td class="switch_sw$content[sw] bottom" align="center">
8                 $content[value] ({%pipe,fixEmptyContentToDashes=$content[comment]%})
9                 <input type="hidden" name="id[$content[id]]" value="1" />
10         </td>
11 </tr>