{* +--------------------------------------------------------------------+ | CiviCRM version 4.6 | +--------------------------------------------------------------------+ | Copyright CiviCRM LLC (c) 2004-2015 | +--------------------------------------------------------------------+ | 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 | +--------------------------------------------------------------------+ *}
{if $action eq 1}{ts}New Participant Status{/ts}{elseif $action eq 2}{ts}Edit Participant Status{/ts}{else}{ts}Delete Participant Status{/ts}{/if}
{include file="CRM/common/formButtons.tpl" location="top"}
{if $action eq 8}
{ts}WARNING: Deleting this Participant Status will remove all of its settings.{/ts} {ts}Do you want to continue?{/ts}
{include file="CRM/common/formButtons.tpl"}
{else}
{$form.name.label} {$form.name.html}
{ts}Name of this status type, for use in the code.{/ts}
{$form.label.label} {$form.label.html}
{ts}Display label for this status.{/ts}
{$form.class.label} {$form.class.html}
{ts}The general class of this status. Participant counts are grouped by class on the CiviEvent Dashboard. Participants with a 'Pending' class status will be moved to 'Expired' status if Pending Participant Hours has elapsed (when the ParticipantProcessor.php background processing script is run).{/ts}
{$form.is_reserved.label} {$form.is_reserved.html}
{$form.is_active.label} {$form.is_active.html}
{$form.is_counted.label} {$form.is_counted.html}
{ts}Should a person with this status be counted as a participant for the purpose of controlling the Maximum Number of Participants?{/ts}
{$form.weight.label} {$form.weight.html}
{$form.visibility_id.label} {$form.visibility_id.html}
{ts}If you allow users to select a Participant Status by including that field on a profile - only statuses with 'Public' visibility are listed.{/ts}
{include file="CRM/common/formButtons.tpl" location="bottom"}
{/if}