reversed L53 L52 as per @seamuslea request
authorJoe Murray <joe.murray@jmaconsulting.biz>
Tue, 13 Dec 2016 16:29:18 +0000 (11:29 -0500)
committerGitHub <noreply@github.com>
Tue, 13 Dec 2016 16:29:18 +0000 (11:29 -0500)
templates/CRM/Mailing/Page/Component.tpl

index 29361182672bc6420ac5edbbdd599ec8aefbcb44..7dd796ec85d6a4ca4266887ed2286ff5da8c6e75 100644 (file)
@@ -49,8 +49,8 @@
            <td class="crm-editable" data-field="name">{$row.name}</td>
            <td>{$row.component_type}</td>
            <td>{$row.subject}</td>
-           <td>{$row.body_text|escape}</td>
            <td>{$row.body_html|escape}</td>
+           <td>{$row.body_text|escape}</td>
            <td>{if $row.is_default eq 1}<img src="{$config->resourceBase}i/check.gif" alt="{ts}Default{/ts}" />{/if}&nbsp;</td>
      <td id="row_{$row.id}_status">{if $row.is_active eq 1} {ts}Yes{/ts} {else} {ts}No{/ts} {/if}</td>
            <td>{$row.action|replace:'xx':$row.id}</td>