{* +--------------------------------------------------------------------+ | CiviCRM version 5 | +--------------------------------------------------------------------+ | Copyright CiviCRM LLC (c) 2004-2018 | +--------------------------------------------------------------------+ | 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 | +--------------------------------------------------------------------+ *} {$form.activity_role.html} {if $form.activity_type_id}
{$form.activity_type_id.html} {else}   {/if} {if $form.activity_survey_id || $buildEngagementLevel} {if $form.activity_survey_id}
{$form.activity_survey_id.html} {/if} {if $buildEngagementLevel}


{$form.activity_engagement_level.html} {/if} {/if}
{if $form.parent_id}
{$form.parent_id.html} {/if}
{if $form.followup_parent_id}
{$form.followup_parent_id.html} {/if}
{if $form.activity_tags}
{foreach from=$form.activity_tags item="tag_val"}
{$tag_val.html}
{/foreach} {else}   {/if} {include file="CRM/Core/DateRange.tpl" fieldName="activity_date" from='_low' to='_high'} {$form.activity_text.label}
{$form.activity_text.html|crmAddClass:big}
{$form.activity_option.html}
{$form.status_id.label}
{$form.status_id.html} {$form.priority_id.label}
{$form.priority_id.html} {$form.activity_test.label} {help id="is-test" file="CRM/Contact/Form/Search/Advanced"}   {$form.activity_test.html} {if $buildSurveyResult }
{$form.activity_result.html} {include file="CRM/common/Tagset.tpl" tagsetType='activity'} {else} {include file="CRM/common/Tagset.tpl" tagsetType='activity'} {/if} {* campaign in activity search *} {include file="CRM/Campaign/Form/addCampaignToComponent.tpl" campaignContext="componentSearch" campaignTrClass='' campaignTdClass=''} {if $activityGroupTree} {include file="CRM/Custom/Form/Search.tpl" groupTree=$activityGroupTree showHideLinks=false} {/if} {literal}