From accc0cdd92a1f324b69692d129007c7e49e6617f Mon Sep 17 00:00:00 2001 From: Joe Murray Date: Tue, 13 Dec 2016 12:48:54 -0500 Subject: [PATCH] Change order of body html and text on form --- templates/CRM/Mailing/Form/Component.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CRM/Mailing/Form/Component.tpl b/templates/CRM/Mailing/Form/Component.tpl index 2c50632b07..2191c7aac4 100644 --- a/templates/CRM/Mailing/Form/Component.tpl +++ b/templates/CRM/Mailing/Form/Component.tpl @@ -30,8 +30,8 @@ {$form.name.label}{$form.name.html} {$form.component_type.label}{$form.component_type.html} {$form.subject.label}{$form.subject.html} - {$form.body_text.label}{$form.body_text.html} {$form.body_html.label}{$form.body_html.html} + {$form.body_text.label}{$form.body_text.html} {$form.is_default.label}{$form.is_default.html} {$form.is_active.label}{$form.is_active.html} -- 2.25.1