From 6a7a32b95d12f0e992c5aa945d65b0a84534845b Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Tue, 5 Aug 2014 20:45:56 +0100 Subject: [PATCH] Send email js fixes and cleanup --- templates/CRM/Contact/Form/Task/Email.tpl | 77 +++++++++++++---------- 1 file changed, 43 insertions(+), 34 deletions(-) diff --git a/templates/CRM/Contact/Form/Task/Email.tpl b/templates/CRM/Contact/Form/Task/Email.tpl index 50fa8f3766..e5bf841337 100644 --- a/templates/CRM/Contact/Form/Task/Email.tpl +++ b/templates/CRM/Contact/Form/Task/Email.tpl @@ -37,16 +37,27 @@ {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.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.cc_id.label} + + {$form.cc_id.html} + + - - {$form.bcc_id.label}{$form.bcc_id.html} + + {$form.bcc_id.label} + + {$form.bcc_id.html} + + {if $emailTask} @@ -78,54 +89,52 @@
{include file="CRM/common/formButtons.tpl" location="bottom"}