{* +--------------------------------------------------------------------+ | CiviCRM version 4.5 | +--------------------------------------------------------------------+ | Copyright CiviCRM LLC (c) 2004-2014 | +--------------------------------------------------------------------+ | 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 | +--------------------------------------------------------------------+ *}
{* load the custom data *} {if $cdType} {include file="CRM/Custom/Form/CustomData.tpl"} {else} {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} {include file="CRM/common/jcalendar.tpl" elementName=start_date}
{$form.end_date.label} {include file="CRM/common/jcalendar.tpl" elementName=end_date}
{$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}
{/if}
{include file="CRM/common/formButtons.tpl" location="bottom"}
{* include custom data js *} {include file="CRM/common/customData.tpl"} {literal} {/literal} {/if} {* load custom data *}