{* +--------------------------------------------------------------------+ | 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 | +--------------------------------------------------------------------+ *}
{include file="CRM/common/formButtons.tpl" location="top"}
  {$form.pcp_active.html} {$form.pcp_active.label}
{crmRegion name="pcp-form-pcp-fields"} {if $form.target_entity_type}
{$form.target_entity_type.label} * {$form.target_entity_type.html} {help id="id-target_entity_type"}
{/if}
{$form.is_approval_needed.label} {$form.is_approval_needed.html} {help id="id-approval_needed"}
{$form.notify_email.label} {$form.notify_email.html} {help id="id-notify"}
{$form.supporter_profile_id.label} {$form.supporter_profile_id.html} {help id="id-supporter_profile"}
{$form.is_tellfriend_enabled.label} {$form.is_tellfriend_enabled.html} {help id="id-is_tellfriend"}
{$form.tellfriend_limit.label} {$form.tellfriend_limit.html|crmAddClass:four} {help id="id-tellfriend_limit"}
{/crmRegion}
{include file="CRM/common/formButtons.tpl" location="bottom"}
{include file="CRM/common/showHideByFieldValue.tpl" trigger_field_id = "pcp_active" trigger_value = "true" target_element_id = "pcpFields" target_element_type = "block" field_type = "radio" invert = "false" } {include file="CRM/common/showHideByFieldValue.tpl" trigger_field_id = "is_tellfriend_enabled" trigger_value = "true" target_element_id = "tflimit" target_element_type = "table-row" field_type = "radio" invert = "false" } {* include jscript to warn if unsaved form field changes *} {include file="CRM/common/formNavigate.tpl"}