{* +--------------------------------------------------------------------+ | CiviCRM version 4.5 | +--------------------------------------------------------------------+ | Copyright CiviCRM LLC (c) 2004-2014 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | | CiviCRM is free software; you can copy, modify, and distribute it | | under the terms of the GNU Affero General Public License | | Version 3, 19 November 2007 and the CiviCRM Licensing Exception. | | | | CiviCRM is distributed in the hope that it will be useful, but | | WITHOUT ANY WARRANTY; without even the implied warranty of | | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | | See the GNU Affero General Public License for more details. | | | | You should have received a copy of the GNU Affero General Public | | License and the CiviCRM Licensing Exception along | | with this program; if not, contact CiviCRM LLC | | at info[AT]civicrm[DOT]org. If you have questions about the | | GNU Affero General Public License or the licensing of CiviCRM, | | see the CiviCRM license FAQ at http://civicrm.org/licensing | +--------------------------------------------------------------------+ *}
{include file="CRM/common/formButtons.tpl" location="top"}
{if $suppressedEmails > 0}

{ts count=$suppressedEmails plural='Email will NOT be sent to %count contacts - (no email address on file, or communication preferences specify DO NOT EMAIL, or contact is deceased).'}Email will NOT be sent to %count contact - (no email address on file, or communication preferences specify DO NOT EMAIL, or contact is deceased).{/ts}

{/if} {if $emailTask} {/if}
{$form.fromEmailAddress.label} {$form.fromEmailAddress.html} {help id="id-from_email" file="CRM/Contact/Form/Task/Email.hlp" isAdmin=$isAdmin}
{if $single eq false}{ts}Recipient(s){/ts}{else}{$form.to.label}{/if} {$form.to.html}{if $noEmails eq true}  {$form.emailAddress.html}{/if}
{ts}Add CC{/ts}  |  {ts}Add BCC{/ts}
{$form.cc_id.label}{$form.cc_id.html}
{$form.bcc_id.label}{$form.bcc_id.html}
{$form.template.label} {$form.template.html}
{$form.subject.label} {$form.subject.html|crmAddClass:huge}  {help id="id-token-subject" tplFile=$tplFile isAdmin=$isAdmin file="CRM/Contact/Form/Task/Email.hlp"}
{include file="CRM/Contact/Form/Task/EmailCommon.tpl"}
{if $single eq false} {include file="CRM/Contact/Form/Task.tpl"} {/if} {if $suppressedEmails > 0} {ts count=$suppressedEmails plural='Email will NOT be sent to %count contacts.'}Email will NOT be sent to %count contact.{/ts} {/if}
{include file="CRM/common/formButtons.tpl" location="bottom"}
{/literal} {include file="CRM/common/formNavigate.tpl"}