From 0d4db96cb3b4629ff8505377d607e6c9c196be88 Mon Sep 17 00:00:00 2001 From: Dave Greenberg Date: Sat, 13 Apr 2013 18:30:39 -0700 Subject: [PATCH] CRM-12216 Add help on the Activity form for the option to create separate activity records for each contact during bulk activity creation. (There was no .hpl file for that template, so adding that.) ---------------------------------------- * CRM-12216: add an option to create separate activities for each target contacts http://issues.civicrm.org/jira/browse/CRM-12216 --- templates/CRM/Activity/Form/Activity.hlp | 31 ++++++++++++++++++++++++ templates/CRM/Activity/Form/Activity.tpl | 2 +- 2 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 templates/CRM/Activity/Form/Activity.hlp diff --git a/templates/CRM/Activity/Form/Activity.hlp b/templates/CRM/Activity/Form/Activity.hlp new file mode 100644 index 0000000000..5b255ae6d2 --- /dev/null +++ b/templates/CRM/Activity/Form/Activity.hlp @@ -0,0 +1,31 @@ +{* + +--------------------------------------------------------------------+ + | CiviCRM version 4.3 | + +--------------------------------------------------------------------+ + | Copyright CiviCRM LLC (c) 2004-2013 | + +--------------------------------------------------------------------+ + | 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 | + +--------------------------------------------------------------------+ +*} +{htxt id="id-is_multi_activity-title"} + {ts}Create Separate Activity Records?{/ts} +{/htxt} +{htxt id="id-is_multi_activity"} +

{ts}By default a single activity record will be created and linked to all the contacts listed above. However, if you think you might be editing the activity later - and entering different information for different contacts - check this box to create separate activity records.{/ts}

+{/htxt} \ No newline at end of file diff --git a/templates/CRM/Activity/Form/Activity.tpl b/templates/CRM/Activity/Form/Activity.tpl index e5f74493ab..6a59d9144a 100644 --- a/templates/CRM/Activity/Form/Activity.tpl +++ b/templates/CRM/Activity/Form/Activity.tpl @@ -130,7 +130,7 @@ {$with|escape}
- {$form.is_multi_activity.html} {$form.is_multi_activity.label} + {$form.is_multi_activity.html} {$form.is_multi_activity.label} {help id="id-is_multi_activity"} {elseif $action neq 4} {ts}With Contact{/ts} -- 2.25.1