{* +--------------------------------------------------------------------+ | 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 | +--------------------------------------------------------------------+ *} {* This template is used to change selections of fees for a participant *} {literal}

Change Registration Selections

{include file="CRM/common/formButtons.tpl" location="bottom"}
{if !$email}
 {ts}You will not be able to send an automatic email receipt for this payment because there is no email address recorded for this contact. If you want a receipt to be sent when this payment is recorded, click Cancel and then click Edit from the Summary tab to add an email address before recording the payment.{/ts}
{/if} {if $lineItem} {/if}
{ts}Participant{/ts}{$displayName}
{ts}Event{/ts}{$eventName}
{$form.status_id.label} {$form.status_id.html}
{ts}Current Selections{/ts} {include file="CRM/Price/Page/LineItem.tpl" context="Event"}
{if $priceSet.fields}
{if $paymentInfo}
{$form.amount.label} {include file="CRM/Price/Form/PriceSet.tpl" extends="Event" dontInclCal="true" context="participant"}
{ts}Updated Fee(s){/ts}
{ts}Total Paid{/ts}
{$paymentInfo.paid|crmMoney}
» {ts}view payments{/ts}
{ts}Balance Owed{/ts}
{include file='CRM/Price/Form/Calculate.tpl' currencySymbol=$currencySymbol noCalcValueDisplay='false' displayOveride='true'} {/if}
{/if} {if $email}
{ts}Participant Confirmation{/ts}
{ts}Send Confirmation{/ts} {$form.send_receipt.html}
{ts 1=$email}Automatically email a confirmation to %1?{/ts}
{$form.from_email_address.label} {$form.from_email_address.html} {help id ="id-from_email" file="CRM/Contact/Form/Task/Email.hlp"}
{$form.receipt_text.label} {ts}Enter a message you want included at the beginning of the confirmation email. EXAMPLE: 'We have made the changes you requested to your registration.'{/ts}
{$form.receipt_text.html|crmAddClass:huge}
{/if}
{$form.note.label}{$form.note.html}
{include file="CRM/common/formButtons.tpl" location="bottom"}
{if $email} {include file="CRM/common/showHideByFieldValue.tpl" trigger_field_id ="send_receipt" trigger_value ="" target_element_id ="notice" target_element_type ="table-row" field_type ="radio" invert = 0 } {include file="CRM/common/showHideByFieldValue.tpl" trigger_field_id ="send_receipt" trigger_value ="" target_element_id ="from-email" target_element_type ="table-row" field_type ="radio" invert = 0 } {/if} {literal} {/literal}