Merge pull request #17655 from samuelsov/lab1827
[civicrm-core.git] / templates / CRM / Activity / Form / Activity.hlp
1 {*
2 +--------------------------------------------------------------------+
3 | Copyright CiviCRM LLC. All rights reserved. |
4 | |
5 | This work is published under the GNU AGPLv3 license with some |
6 | permitted exceptions and without any warranty. For full license |
7 | and copyright information, see https://civicrm.org/licensing |
8 +--------------------------------------------------------------------+
9 *}
10 {htxt id="separation-title"}
11 {ts}Activity Separation{/ts}
12 {/htxt}
13 {htxt id="separation"}
14 <p>{ts}With separate activities, you can enter different activity information for different contacts after creating the activities.{/ts}</p>
15 <p>{ts}With a single activity, the activity information cannot be customized for each contact.{/ts}</p>
16 {/htxt}
17
18 {htxt id="assignee_contact_id"}
19 <p>
20 {ts}You can optionally assign this activity to someone. Assigned activities will appear in their Activities listing at CiviCRM Home.{/ts}
21 </p>
22 {/htxt}
23
24 {htxt id="sent_copy_email"}
25 <p>
26 {ts}When CiviCRM emails a copy of this activity to each assignees, that email will come from the contact listed under "Added By".{/ts}
27 </p>
28 <p>
29 {ts}If (in rare cases) that contact has no email address, then CiviCRM will send the email from the default "from" email address configured for this domain. And finally, if that email address has not been configured, then CiviCRM will send the email from the email address associated with the currently logged in user who creates this activity.{/ts}
30 </p>
31 {/htxt}