{* +--------------------------------------------------------------------+ | 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}
{icon icon="fa-info-circle"}{/icon} {ts}WARNING: Deleting this option will result in the loss of all data.{/ts} {ts}This action cannot be undone.{/ts} {ts}Do you want to continue?{/ts}
{else} {if $showMember} {/if} {* fix for CRM-10241 *} {if $form.count.html} {* 2 line fix for CRM-10241 *} {/if} {if $form.max_value.html} {* fix for CRM-10241 *} {/if} {if !$hideDefaultOption} {/if}
{$form.membership_type_id.label} {$form.membership_type_id.html}
{ts}If a membership type is selected, a membership will be created or renewed when users select this option. Leave this blank if you are using this for non-membership options (e.g. magazine subscription).{/ts} {help id="id-member-price-options" file="CRM/Price/Page/Field.hlp"}
{$form.membership_num_terms.label} {$form.membership_num_terms.html}
{ts}You can set this to a number other than one to allow multiple membership terms.{/ts}
{$form.label.label} {if $action == 2}{include file='CRM/Core/I18n/Dialog.tpl' table='civicrm_price_field_value' field='label' id=$optionId}{/if}{$form.label.html}
{$form.amount.label} {$form.amount.html}
{$form.non_deductible_amount.label} {$form.non_deductible_amount.html}
{$form.description.label} {if $action == 2}{include file='CRM/Core/I18n/Dialog.tpl' table='civicrm_price_field_value' field='description' id=$optionId}{/if}{$form.description.html}
{$form.help_pre.label} {if $action == 2}{include file='CRM/Core/I18n/Dialog.tpl' table='civicrm_price_field_value' field='help_pre' id=$optionId}{/if}{$form.help_pre.html}
{$form.help_post.label} {if $action == 2}{include file='CRM/Core/I18n/Dialog.tpl' table='civicrm_price_field_value' field='help_post' id=$optionId}{/if}{$form.help_post.html}
{$form.financial_type_id.label} {if !$financialType } {capture assign=ftUrl}{crmURL p='civicrm/admin/financial/financialType' q="reset=1"}{/capture} {ts 1=$ftUrl}There are no financial types configured with a linked 'Revenue Account of' account. Click here if you want to configure financial types for your site.{/ts} {else} {$form.financial_type_id.html} {/if}
{$form.count.label} {$form.count.html} {help id="id-participant-count" file="CRM/Price/Page/Field.hlp"}
{$form.max_value.label} {$form.max_value.html} {help id="id-participant-max" file="CRM/Price/Page/Field.hlp"}
{$form.weight.label} {$form.weight.html}
{$form.is_active.label} {$form.is_active.html}
{$form.is_default.label} {$form.is_default.html}
{$form.visibility_id.label}  {$form.visibility_id.html} {help id="id-visibility-options" file="CRM/Price/Page/Field.hlp"}
{literal} {/if}
{include file="CRM/common/formButtons.tpl"}