Merge remote-tracking branch 'upstream/4.5' into 4.5-master-2015-01-12-16-09-32
[civicrm-core.git] / templates / CRM / Activity / Form / Activity.tpl
1 {*
2 +--------------------------------------------------------------------+
3 | CiviCRM version 4.6 |
4 +--------------------------------------------------------------------+
5 | Copyright CiviCRM LLC (c) 2004-2014 |
6 +--------------------------------------------------------------------+
7 | This file is a part of CiviCRM. |
8 | |
9 | CiviCRM is free software; you can copy, modify, and distribute it |
10 | under the terms of the GNU Affero General Public License |
11 | Version 3, 19 November 2007 and the CiviCRM Licensing Exception. |
12 | |
13 | CiviCRM is distributed in the hope that it will be useful, but |
14 | WITHOUT ANY WARRANTY; without even the implied warranty of |
15 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
16 | See the GNU Affero General Public License for more details. |
17 | |
18 | You should have received a copy of the GNU Affero General Public |
19 | License and the CiviCRM Licensing Exception along |
20 | with this program; if not, contact CiviCRM LLC |
21 | at info[AT]civicrm[DOT]org. If you have questions about the |
22 | GNU Affero General Public License or the licensing of CiviCRM, |
23 | see the CiviCRM license FAQ at http://civicrm.org/licensing |
24 +--------------------------------------------------------------------+
25 *}
26 {* this template is used for adding/editing other (custom) activities. *}
27 {if $cdType }
28 {include file="CRM/Custom/Form/CustomData.tpl"}
29 {else}
30 {if $action eq 4}
31 <div class="crm-block crm-content-block crm-activity-view-block">
32 {else}
33 {if $activityTypeDescription }
34 <div class="help">{$activityTypeDescription}</div>
35 {/if}
36 <div class="crm-block crm-form-block crm-activity-form-block">
37 {/if}
38 {* added onload javascript for source contact*}
39 {include file="CRM/Activity/Form/ActivityJs.tpl" tokenContext="activity"}
40 {if !$action or ( $action eq 1 ) or ( $action eq 2 ) }
41 <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
42 {/if}
43
44 {if $action eq 8} {* Delete action. *}
45 <table class="form-layout">
46 <tr>
47 <td colspan="2">
48 <div class="status">{ts 1=$delName}Are you sure you want to delete '%1'?{/ts}</div>
49 </td>
50 </tr>
51 {elseif $action eq 1 or $action eq 2 or $action eq 4 or $context eq 'search' or $context eq 'smog'}
52
53 <table class="{if $action eq 4}crm-info-panel{else}form-layout{/if}">
54
55 {if $action eq 4}
56 {if $activityTypeDescription }
57 <div class="help">{$activityTypeDescription}</div>
58 {/if}
59 {else}
60 {if $context eq 'standalone' or $context eq 'search' or $context eq 'smog'}
61 <tr class="crm-activity-form-block-activity_type_id">
62 <td class="label">{$form.activity_type_id.label}</td><td class="view-value">{$form.activity_type_id.html}</td>
63 </tr>
64 {/if}
65 {/if}
66
67 {if $surveyActivity}
68 <tr class="crm-activity-form-block-survey">
69 <td class="label">{ts}Survey Title{/ts}</td><td class="view-value">{$surveyTitle}</td>
70 </tr>
71 {/if}
72
73 <tr class="crm-activity-form-block-source_contact_id">
74 <td class="label">{$form.source_contact_id.label}</td>
75 <td class="view-value">
76 {$form.source_contact_id.html}
77 </td>
78 </tr>
79
80 <tr class="crm-activity-form-block-target_contact_id">
81 <td class="label">{$form.target_contact_id.label}</td>
82 <td class="view-value">
83 {$form.target_contact_id.html}
84 {if $action eq 1 or $single eq false}
85 <div class="crm-is-multi-activity-wrapper">
86 {$form.is_multi_activity.html}&nbsp;{$form.is_multi_activity.label} {help id="id-is_multi_activity"}
87 </div>
88 {/if}
89 </td>
90 </tr>
91
92 <tr class="crm-activity-form-block-assignee_contact_id">
93 <td class="label">
94 {$form.assignee_contact_id.label}
95 {edit}{help id="assignee_contact_id" title=$form.assignee_contact_id.label}{/edit}
96 </td>
97 <td>
98 {$form.assignee_contact_id.html}
99 {if $action neq 4}
100 {if !$form.target_contact_id.frozen}
101 <a href="#" class="crm-hover-button" id="swap_target_assignee" title="{ts}Swap Target and Assignee Contacts{/ts}" style="position:relative; bottom: 1em;">
102 <span class="icon ui-icon-shuffle"></span>
103 </a>
104 {/if}
105 {if $activityAssigneeNotification}
106 <br />
107 <span class="description"><span class="icon ui-icon-mail-closed"></span>{ts}A copy of this activity will be emailed to each Assignee.{/ts}</span>
108 {/if}
109 {/if}
110 </td>
111 </tr>
112
113 {if $activityTypeFile}
114 {include file="CRM/$crmDir/Form/Activity/$activityTypeFile.tpl"}
115 {/if}
116
117 <tr class="crm-activity-form-block-subject">
118 <td class="label">{$form.subject.label}</td><td class="view-value">{$form.subject.html|crmAddClass:huge}</td>
119 </tr>
120
121 {* CRM-7362 --add campaign to activities *}
122 {include file="CRM/Campaign/Form/addCampaignToComponent.tpl"
123 campaignTrClass="crm-activity-form-block-campaign_id"}
124
125 {* build engagement level CRM-7775 *}
126 {if $buildEngagementLevel}
127 <tr class="crm-activity-form-block-engagement_level">
128 <td class="label">{$form.engagement_level.label}</td>
129 <td class="view-value">{$form.engagement_level.html}</td>
130 </tr>
131 {/if}
132
133 <tr class="crm-activity-form-block-location">
134 <td class="label">{$form.location.label}</td><td class="view-value">{$form.location.html|crmAddClass:huge}</td>
135 </tr>
136 <tr class="crm-activity-form-block-activity_date_time">
137 <td class="label">{$form.activity_date_time.label}</td>
138 {if $action neq 4}
139 <td class="view-value">{include file="CRM/common/jcalendar.tpl" elementName=activity_date_time}</td>
140 {else}
141 <td class="view-value">{$form.activity_date_time.value|crmDate}</td>
142 {/if}
143 </tr>
144 <tr class="crm-activity-form-block-duration">
145 <td class="label">{$form.duration.label}</td>
146 <td class="view-value">
147 {$form.duration.html}
148 {if $action neq 4}<span class="description">{ts}minutes{/ts}{/if}
149 </td>
150 </tr>
151 <tr class="crm-activity-form-block-status_id">
152 <td class="label">{$form.status_id.label}</td><td class="view-value">{$form.status_id.html}</td>
153 </tr>
154 <tr class="crm-activity-form-block-details">
155 <td class="label">{$form.details.label}</td>
156 {if $activityTypeName eq "Print PDF Letter"}
157 <td class="view-value">
158 {* If using plain textarea, assign class=huge to make input large enough. *}
159 {if $defaultWysiwygEditor eq 0}{$form.details.html|crmAddClass:huge}{else}{$form.details.html}{/if}
160 </td>
161 {else}
162 <td class="view-value">
163 {* If using plain textarea, assign class=huge to make input large enough. *}
164 {if $defaultWysiwygEditor eq 0}{$form.details.html|crmStripAlternatives|crmAddClass:huge}{else}{$form.details.html|crmStripAlternatives}{/if}
165 </td>
166 {/if}
167 </tr>
168 <tr class="crm-activity-form-block-priority_id">
169 <td class="label">{$form.priority_id.label}</td><td class="view-value">{$form.priority_id.html}</td>
170 </tr>
171 {if $surveyActivity }
172 <tr class="crm-activity-form-block-result">
173 <td class="label">{$form.result.label}</td><td class="view-value">{$form.result.html}</td>
174 </tr>
175 {/if}
176 {if $form.tag.html}
177 <tr class="crm-activity-form-block-tag">
178 <td class="label">{$form.tag.label}</td>
179 <td class="view-value">
180 <div class="crm-select-container">{$form.tag.html}</div>
181 </td>
182 </tr>
183 {/if}
184
185 {if $tagsetInfo.activity}
186 <tr class="crm-activity-form-block-tag_set">{include file="CRM/common/Tagset.tpl" tagsetType='activity' tableLayout=true}</tr>
187 {/if}
188
189 {if $action neq 4 OR $viewCustomData}
190 <tr class="crm-activity-form-block-custom_data">
191 <td colspan="2">
192 {if $action eq 4}
193 {include file="CRM/Custom/Page/CustomDataView.tpl"}
194 {else}
195 <div id="customData"></div>
196 {/if}
197 </td>
198 </tr>
199 {/if}
200
201 {if $action eq 4 AND $currentAttachmentInfo}
202 {include file="CRM/Form/attachment.tpl"}{* For view action the include provides the row and cells. *}
203 {elseif $action eq 1 OR $action eq 2}
204 <tr class="crm-activity-form-block-attachment">
205 <td colspan="2">
206 {include file="CRM/Form/attachment.tpl"}
207 </td>
208 </tr>
209 {/if}
210
211 {if $action eq 2 OR $action eq 1}
212 <tr class="crm-activity-form-block-recurring_activity">
213 <td colspan="2">
214 {include file="CRM/Core/Form/RecurringEntity.tpl"}
215 {literal}
216 <script type="text/javascript">
217 CRM.$(function($) {
218 if ($('#activity_date_time').val() !== "" && $('#activity_date_time_time').val() !== "") {
219 $('#repetition_start_date, #repetition_start_date_display').val($('#activity_date_time').val());
220 $('#repetition_start_date_time').val($('#activity_date_time_time').val());
221 }
222
223 $('#activity_date_time_display').change(function() {
224 $('#repetition_start_date, #repetition_start_date_display').val($('#activity_date_time').val());
225 });
226
227 $('#activity_date_time_time').change(function() {
228 $('#repetition_start_date_time').val($('#activity_date_time_time').val());
229 });
230
231 if ($('#start_action_offset').val() == "" && $('#repeat_absolute_date_display').val() == "") {
232 $('#recurring-entity-block').addClass('collapsed');
233 }
234 });
235 </script>
236 {/literal}
237 {if $action eq 1}
238 {literal}
239 <script type="text/javascript">
240 CRM.$(function($) {
241 $('#recurring-entity-block div.crm-submit-buttons').css('display', 'none');
242 });
243 </script>
244 {/literal}
245 {/if}
246 </td>
247 </tr>
248 {/if}
249
250 {if $action neq 4} {* Don't include "Schedule Follow-up" section in View mode. *}
251 <tr class="crm-activity-form-block-schedule_followup">
252 <td colspan="2">
253 <div class="crm-accordion-wrapper collapsed">
254 <div class="crm-accordion-header">
255 {ts}Schedule Follow-up{/ts}
256 </div><!-- /.crm-accordion-header -->
257 <div class="crm-accordion-body">
258 <table class="form-layout-compressed">
259 <tr><td class="label">{ts}Schedule Follow-up Activity{/ts}</td>
260 <td>{$form.followup_activity_type_id.html}&nbsp;&nbsp;{ts}on{/ts}
261 {include file="CRM/common/jcalendar.tpl" elementName=followup_date}
262 </td>
263 </tr>
264 <tr>
265 <td class="label">{$form.followup_activity_subject.label}</td>
266 <td>{$form.followup_activity_subject.html|crmAddClass:huge}</td>
267 </tr>
268 <tr>
269 <td class="label">
270 {$form.followup_assignee_contact_id.label}
271 {edit}
272 {/edit}
273 </td>
274 <td>
275 {$form.followup_assignee_contact_id.html}
276 </td>
277 </tr>
278 </table>
279 </div><!-- /.crm-accordion-body -->
280 </div><!-- /.crm-accordion-wrapper -->
281 {literal}
282 <script type="text/javascript">
283 CRM.$(function($) {
284 var $form = $('form.{/literal}{$form.formClass}{literal}');
285 $('.crm-accordion-body', $form).each( function() {
286 //open tab if form rule throws error
287 if ( $(this).children( ).find('span.crm-error').text( ).length > 0 ) {
288 $(this).parent('.collapsed').crmAccordionToggle();
289 }
290 });
291 function toggleMultiActivityCheckbox() {
292 $('.crm-is-multi-activity-wrapper').toggle(!!($(this).val() && $(this).val().indexOf(',') > 0));
293 }
294 $('[name=target_contact_id]', $form).each(toggleMultiActivityCheckbox).change(toggleMultiActivityCheckbox);
295 $('#swap_target_assignee').click(function(e) {
296 e.preventDefault();
297 var assignees = $('#assignee_contact_id', $form).select2("data");
298 var targets = $('#target_contact_id', $form).select2("data");
299 $('#assignee_contact_id', $form).select2("data", targets);
300 $('#target_contact_id', $form).select2("data", assignees).change();
301 });
302 });
303 </script>
304 {/literal}
305 </td>
306 </tr>
307 {/if}
308 {/if} {* End Delete vs. Add / Edit action *}
309 </table>
310 <div class="crm-submit-buttons">
311 {if $action eq 4 && $activityTName neq 'Inbound Email'}
312 {if !$context }
313 {assign var="context" value='activity'}
314 {/if}
315 {if $permission EQ 'edit'}
316 {assign var='urlParams' value="reset=1&atype=$atype&action=update&reset=1&id=$entityID&cid=$contactId&context=$context"}
317 {if ($context eq 'fulltext' || $context eq 'search') && $searchKey}
318 {assign var='urlParams' value="reset=1&atype=$atype&action=update&reset=1&id=$entityID&cid=$contactId&context=$context&key=$searchKey"}
319 {/if}
320 <a href="{crmURL p='civicrm/activity/add' q=$urlParams}" class="edit button" title="{ts}Edit{/ts}"><span><div class="icon ui-icon-pencil"></div>{ts}Edit{/ts}</span></a>
321 {/if}
322
323 {if call_user_func(array('CRM_Core_Permission','check'), 'delete activities')}
324 {assign var='urlParams' value="reset=1&atype=$atype&action=delete&reset=1&id=$entityID&cid=$contactId&context=$context"}
325 {if ($context eq 'fulltext' || $context eq 'search') && $searchKey}
326 {assign var='urlParams' value="reset=1&atype=$atype&action=delete&reset=1&id=$entityID&cid=$contactId&context=$context&key=$searchKey"}
327 {/if}
328 <a href="{crmURL p='civicrm/contact/view/activity' q=$urlParams}" class="delete button" title="{ts}Delete{/ts}"><span><div class="icon delete-icon"></div>{ts}Delete{/ts}</span></a>
329 {/if}
330 {/if}
331 {if $action eq 4 and call_user_func(array('CRM_Case_BAO_Case','checkPermission'), $activityId, 'File On Case', $atype)}
332 <a href="#" onclick="fileOnCase('file', {$activityId}, null, this); return false;" class="cancel button" title="{ts}File On Case{/ts}"><span><div class="icon ui-icon-clipboard"></div>{ts}File on Case{/ts}</span></a>
333 {/if}
334 {include file="CRM/common/formButtons.tpl" location="bottom"}
335 </div>
336
337 {include file="CRM/Case/Form/ActivityToCase.tpl"}
338
339 {if $action eq 1 or $action eq 2 or $context eq 'search' or $context eq 'smog'}
340 {*include custom data js file*}
341 {include file="CRM/common/customData.tpl"}
342 {literal}
343 <script type="text/javascript">
344 CRM.$(function($) {
345 {/literal}
346 {if $customDataSubType}
347 CRM.buildCustomData( '{$customDataType}', {$customDataSubType} );
348 {else}
349 CRM.buildCustomData( '{$customDataType}' );
350 {/if}
351 {literal}
352 });
353 </script>
354 {/literal}
355 {/if}
356 </div>{* end of form block*}
357 {/if} {* end of snippet if*}
358 {include file="CRM/Event/Form/ManageEvent/ConfirmRepeatMode.tpl" entityID=$activityId entityTable="civicrm_activity"}