896c090f7e6e1a4a0e028f94023d8fdf2e76fe04
[civicrm-core.git] / templates / CRM / Activity / Form / Activity.tpl
1 {*
2 +--------------------------------------------------------------------+
3 | CiviCRM version 4.6 |
4 +--------------------------------------------------------------------+
5 | Copyright CiviCRM LLC (c) 2004-2015 |
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" recurringFormIsEmbedded=true}
215 </td>
216 </tr>
217 {/if}
218
219 {if $action neq 4} {* Don't include "Schedule Follow-up" section in View mode. *}
220 <tr class="crm-activity-form-block-schedule_followup">
221 <td colspan="2">
222 <div class="crm-accordion-wrapper collapsed">
223 <div class="crm-accordion-header">
224 {ts}Schedule Follow-up{/ts}
225 </div><!-- /.crm-accordion-header -->
226 <div class="crm-accordion-body">
227 <table class="form-layout-compressed">
228 <tr><td class="label">{ts}Schedule Follow-up Activity{/ts}</td>
229 <td>{$form.followup_activity_type_id.html}&nbsp;&nbsp;{ts}on{/ts}
230 {include file="CRM/common/jcalendar.tpl" elementName=followup_date}
231 </td>
232 </tr>
233 <tr>
234 <td class="label">{$form.followup_activity_subject.label}</td>
235 <td>{$form.followup_activity_subject.html|crmAddClass:huge}</td>
236 </tr>
237 <tr>
238 <td class="label">
239 {$form.followup_assignee_contact_id.label}
240 {edit}
241 {/edit}
242 </td>
243 <td>
244 {$form.followup_assignee_contact_id.html}
245 </td>
246 </tr>
247 </table>
248 </div><!-- /.crm-accordion-body -->
249 </div><!-- /.crm-accordion-wrapper -->
250 {literal}
251 <script type="text/javascript">
252 CRM.$(function($) {
253 var $form = $('form.{/literal}{$form.formClass}{literal}');
254 $('.crm-accordion-body', $form).each( function() {
255 //open tab if form rule throws error
256 if ( $(this).children( ).find('span.crm-error').text( ).length > 0 ) {
257 $(this).parent('.collapsed').crmAccordionToggle();
258 }
259 });
260 function toggleMultiActivityCheckbox() {
261 $('.crm-is-multi-activity-wrapper').toggle(!!($(this).val() && $(this).val().indexOf(',') > 0));
262 }
263 $('[name=target_contact_id]', $form).each(toggleMultiActivityCheckbox).change(toggleMultiActivityCheckbox);
264 $('#swap_target_assignee').click(function(e) {
265 e.preventDefault();
266 var assignees = $('#assignee_contact_id', $form).select2("data");
267 var targets = $('#target_contact_id', $form).select2("data");
268 $('#assignee_contact_id', $form).select2("data", targets);
269 $('#target_contact_id', $form).select2("data", assignees).change();
270 });
271 });
272 </script>
273 {/literal}
274 </td>
275 </tr>
276 {/if}
277 {/if} {* End Delete vs. Add / Edit action *}
278 </table>
279 <div class="crm-submit-buttons">
280 {if $action eq 4 && $activityTName neq 'Inbound Email'}
281 {if !$context }
282 {assign var="context" value='activity'}
283 {/if}
284 {if $permission EQ 'edit'}
285 {assign var='urlParams' value="reset=1&atype=$atype&action=update&reset=1&id=$entityID&cid=$contactId&context=$context"}
286 {if ($context eq 'fulltext' || $context eq 'search') && $searchKey}
287 {assign var='urlParams' value="reset=1&atype=$atype&action=update&reset=1&id=$entityID&cid=$contactId&context=$context&key=$searchKey"}
288 {/if}
289 <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>
290 {/if}
291
292 {if call_user_func(array('CRM_Core_Permission','check'), 'delete activities')}
293 {assign var='urlParams' value="reset=1&atype=$atype&action=delete&reset=1&id=$entityID&cid=$contactId&context=$context"}
294 {if ($context eq 'fulltext' || $context eq 'search') && $searchKey}
295 {assign var='urlParams' value="reset=1&atype=$atype&action=delete&reset=1&id=$entityID&cid=$contactId&context=$context&key=$searchKey"}
296 {/if}
297 <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>
298 {/if}
299 {/if}
300 {if $action eq 4 and call_user_func(array('CRM_Case_BAO_Case','checkPermission'), $activityId, 'File On Case', $atype)}
301 <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>
302 {/if}
303 {include file="CRM/common/formButtons.tpl" location="bottom"}
304 </div>
305
306 {include file="CRM/Case/Form/ActivityToCase.tpl"}
307
308 {if $action eq 1 or $action eq 2 or $context eq 'search' or $context eq 'smog'}
309 {*include custom data js file*}
310 {include file="CRM/common/customData.tpl"}
311 {literal}
312 <script type="text/javascript">
313 CRM.$(function($) {
314 {/literal}
315 {if $customDataSubType}
316 CRM.buildCustomData( '{$customDataType}', {$customDataSubType} );
317 {else}
318 CRM.buildCustomData( '{$customDataType}' );
319 {/if}
320 {literal}
321 });
322 </script>
323 {/literal}
324 {/if}
325 </div>{* end of form block*}
326 {/if} {* end of snippet if*}
327 {include file="CRM/Event/Form/ManageEvent/ConfirmRepeatMode.tpl" entityID=$activityId entityTable="civicrm_activity"}