{* +--------------------------------------------------------------------+ | CiviCRM version 4.6 | +--------------------------------------------------------------------+ | 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 | +--------------------------------------------------------------------+ *}
{if $context EQ 'statusChange'} {* Update Participant Status task *} {ts}Update the status for each participant individually, OR change all statuses to:{/ts} {$form.status_change.html} {help id="id-status_change"}
{ts}Participants whose status is changed FROM Pending Pay Later TO Registered or Attended will receive a confirmation email and their payment status will be set to completed. If this is not what you want to do, you can change their participant status by editing their event registration record directly.{/ts}
{if $notifyingStatuses}
{ts 1=$notifyingStatuses}Participants whose status is changed TO any of the following will be automatically notified via email: %1.{/ts}
{/if} {else} {ts}Update field values for each participant as needed. To set a field to the same value for ALL rows, enter that value for the first participation and then click the Copy icon (next to the column title).{/ts} {/if}

{ts}Click Update Participant(s) below to save all your changes.{/ts}

{$profileTitle} {foreach from=$readOnlyFields item=fTitle key=fName} {/foreach} {foreach from=$fields item=field key=fieldName} {/foreach} {foreach from=$componentIds item=pid} {foreach from=$readOnlyFields item=fTitle key=fName} {/foreach} {foreach from=$fields item=field key=fieldName} {assign var=n value=$field.name} {if ( $fields.$n.data_type eq 'Date') or ( $n eq 'participant_register_date' ) } {else} {/if} {/foreach} {/foreach}
{$fTitle}{ts}Event{/ts}{ts 1=$field.title}Click to copy %1 from row one to all rows.{/ts}{$field.title}
{$contactDetails.$pid.$fName}{$details.$pid.title}{include file="CRM/common/jcalendar.tpl" elementName=$n elementIndex=$pid batchUpdate=1}{$form.field.$pid.$n.html}
    {if $fields}{$form._qf_Batch_refresh.html}{/if}{include file="CRM/common/formButtons.tpl"}
{if $context EQ 'statusChange'} {* Update Participant Status task *} {literal} {/literal} {/if} {*include batch copy js js file*} {include file="CRM/common/batchCopy.tpl"}