Skip to content

Commit

Permalink
Merge pull request #9372 from agh1/no-notification-offline-text
Browse files Browse the repository at this point in the history
CRM-18139 CiviEvent: batch status change message clarification
  • Loading branch information
Yashodha Chaku authored Nov 14, 2016
2 parents 439dbd4 + bdee788 commit 3de9965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/CRM/Event/Form/Task/Batch.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<div class="status">
<p>{ts}This form <strong>will send email</strong> to contacts only in certain circumstances:{/ts}</p>
<ul>
<li>{ts}<strong>Resolving "Pay Later" registrations:</strong> Participants whose status is changed from <em>Pending Pay Later</em> to <em>Registered</em> or <em>Attended</em> will receive a confirmation email and their payment status will be set to completed. If this is not you want to do, you can change their participant status by editing their event registration record directly.{/ts}</li>
<li>{ts}<strong>Resolving "Pay Later" registrations for online registrations:</strong> Participants who registered online whose status is changed from <em>Pending Pay Later</em> to <em>Registered</em> or <em>Attended</em> will receive a confirmation email and their payment status will be set to completed. If this is not you want to do, you can change their participant status by editing their event registration record directly.{/ts}</li>
{if $notifyingStatuses}
<li>{ts 1=$notifyingStatuses}<strong>Special statuses:</strong> Participants whose status is changed to any of the following will be automatically notified via email: %1{/ts}</li>
{/if}
Expand Down

0 comments on commit 3de9965

Please sign in to comment.