{* +--------------------------------------------------------------------+ | Copyright CiviCRM LLC. All rights reserved. | | | | This work is published under the GNU AGPLv3 license with some | | permitted exceptions and without any warranty. For full license | | and copyright information, see https://civicrm.org/licensing | +--------------------------------------------------------------------+ *}
{if $action eq 8}
 {ts}Are you sure you want to delete this Campaign?{/ts}
{else}
{include file="CRM/common/formButtons.tpl" location="top"}
{* Suppress parent-child feature for now. dgg *} {* *}
{$form.title.label} {$form.title.html}
{$form.campaign_type_id.label} {$form.campaign_type_id.html}
{$form.description.label} {$form.description.html}
{$form.includeGroups.label} {$form.includeGroups.html}
{$form.start_date.label} {$form.start_date.html}
{$form.end_date.label} {$form.end_date.html}
{$form.status_id.label} {$form.status_id.html}
{$form.goal_general.label} {$form.goal_general.html}
{$form.goal_revenue.label} {$form.goal_revenue.html}
{$form.external_identifier.label} {$form.external_identifier.html}
{$form.parent_id.label} {$form.parent_id.html}
{$form.is_active.label} {$form.is_active.html}
{include file="CRM/common/customDataBlock.tpl"} {/if}
{include file="CRM/common/formButtons.tpl" location="bottom"}