New (template) wrapper function fixEmptyContentToDashes() introduced, EL rewrites:
[mailer.git] / templates / de / html / admin / admin_config_email_row.tpl
index ca5315b7928c03b3ce0e8308b7196278d7c089c7..61de8d522e2be59b290af0a3c64e90cc45e1d007 100644 (file)
@@ -3,9 +3,9 @@
                <input type="checkbox" class="admin_normal" title="{--ID_SELECT--} $content[id]" name="sel[$content[id]]" value="1" />
        </td>
        <td class="bottom right switch_sw$content[sw]">
-               &nbsp;$content[value]&nbsp;
+               $content[value]
        </td>
        <td class="bottom switch_sw$content[sw]">
-               &nbsp;$content[comment]&nbsp;
+               {%pipe,fixEmptyContentToDashes=$content[comment]%}
        </td>
 </tr>