{* +--------------------------------------------------------------------+ | Copyright CiviCRM LLC. All rights reserved. | | | | This work is published under the GNU AGPLv3 license with some | | permitted exceptions and without any warranty. For full license | | and copyright information, see https://civicrm.org/licensing | +--------------------------------------------------------------------+ *} {* this template is used for adding/editing a mailing component *}
{if $action eq 1}{ts}New Mailing Component{/ts}{else}{ts}Edit Mailing Component{/ts}{/if}
{$form.name.label}{$form.name.html}
{$form.component_type.label}{$form.component_type.html}
{$form.subject.label}{$form.subject.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}
{include file="CRM/common/formButtons.tpl"}