From 4d77092120d2ac98969279471563db2c0c7133c4 Mon Sep 17 00:00:00 2001 From: Joe Murray Date: Mon, 12 Dec 2016 15:37:44 -0500 Subject: [PATCH] CRM-19755 reverse order of html and text Make order same as rest of CiviMail --- templates/CRM/Mailing/Page/Component.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CRM/Mailing/Page/Component.tpl b/templates/CRM/Mailing/Page/Component.tpl index 490c761c84..2936118267 100644 --- a/templates/CRM/Mailing/Page/Component.tpl +++ b/templates/CRM/Mailing/Page/Component.tpl @@ -38,8 +38,8 @@ {ts}Name{/ts} {ts}Type{/ts} {ts}Subject{/ts} - {ts}Body Text{/ts} {ts}Body HTML{/ts} + {ts}Body Text{/ts} {ts}Default?{/ts} {ts}Enabled?{/ts} -- 2.25.1