]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_config_rallye_del_row.tpl
New (template) wrapper function fixEmptyContentToDashes() introduced, EL rewrites:
[mailer.git] / templates / de / html / admin / admin_config_rallye_del_row.tpl
1 <tr>
2         <td class="switch_sw$content[sw] bottom right" align="center">
3                 $content[rallye_id] <input type="hidden" claass="admin_normal" name="sel[$content[rallye_id]]" value="1" />
4         </td>
5         <td class="switch_sw$content[sw] bottom right" align="center">
6                 $content[price_level]
7         </td>
8         <td class="switch_sw$content[sw] bottom right">
9                 {%pipe,translateComma=$content[points]%}
10         </td>
11         <td class="switch_sw$content[sw] bottom">
12                 {%pipe,fixEmptyContentToDashes=$content[info]%}
13         </td>
14 </tr>