CRM-12216 Add help on the Activity form for the option to create separate activity...
authorDave Greenberg <dave@civicrm.org>
Sun, 14 Apr 2013 01:30:39 +0000 (18:30 -0700)
committerDave Greenberg <dave@civicrm.org>
Sun, 14 Apr 2013 01:30:39 +0000 (18:30 -0700)
----------------------------------------
* 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 [new file with mode: 0644]
templates/CRM/Activity/Form/Activity.tpl

diff --git a/templates/CRM/Activity/Form/Activity.hlp b/templates/CRM/Activity/Form/Activity.hlp
new file mode 100644 (file)
index 0000000..5b255ae
--- /dev/null
@@ -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"}
+  <p>{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}</p>
+{/htxt}
\ No newline at end of file
index e5f74493ab59c59249fae74716704cbd04ae2f98..6a59d9144a718c42922a0a60dccd09f63d85d170 100644 (file)
       <td class="view-value" style="white-space: normal">
         {$with|escape}
         <br/>
-        {$form.is_multi_activity.html}&nbsp;{$form.is_multi_activity.label}
+        {$form.is_multi_activity.html}&nbsp;{$form.is_multi_activity.label} {help id="id-is_multi_activity"}
       </td>
       {elseif $action neq 4}
       <td class="label">{ts}With Contact{/ts}</td>