{* +--------------------------------------------------------------------+ | 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 | +--------------------------------------------------------------------+ *} {* 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" noCalcValueDisplay=0 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=1 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" isAdmin=$isAdmin}
{$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}