New (template) wrapper function fixEmptyContentToDashes() introduced, EL rewrites:
[mailer.git] / templates / de / html / admin / admin_config_rallye_del_row.tpl
index 6423f96fbdc6518e9c7c2414610ac4f8bcdf002a..c4815e28d4d4d9d337e0c0807923ec4b6897828d 100644 (file)
@@ -1,14 +1,14 @@
 <tr>
        <td class="switch_sw$content[sw] bottom right" align="center">
-               $content[id] <input type="hidden" claass="admin_normal" name="sel[$content[id]]" value="1" />
+               $content[rallye_id] <input type="hidden" claass="admin_normal" name="sel[$content[rallye_id]]" value="1" />
        </td>
        <td class="switch_sw$content[sw] bottom right" align="center">
-               $content[level]
+               $content[price_level]
        </td>
        <td class="switch_sw$content[sw] bottom right">
-               &nbsp;$content[points]
+               {%pipe,translateComma=$content[points]%}
        </td>
        <td class="switch_sw$content[sw] bottom">
-               &nbsp;$content[infos]
+               {%pipe,fixEmptyContentToDashes=$content[info]%}
        </td>
 </tr>