X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=templates%2FCRM%2FEvent%2FForm%2FParticipantView.tpl;h=c7cd459dbcc6388e8711efbc502aae056ef0f4ee;hb=685dc43355ed3125952a99f39aeb8f49cde5d7d3;hp=2d768f6dab328e216db2ca2b9cc50d261f4b2b24;hpb=3cdd71aaf5ce76ecc5a988de847ef6a49c85ebec;p=civicrm-core.git diff --git a/templates/CRM/Event/Form/ParticipantView.tpl b/templates/CRM/Event/Form/ParticipantView.tpl index 2d768f6dab..c7cd459dbc 100644 --- a/templates/CRM/Event/Form/ParticipantView.tpl +++ b/templates/CRM/Event/Form/ParticipantView.tpl @@ -2,7 +2,7 @@ +--------------------------------------------------------------------+ | CiviCRM version 4.7 | +--------------------------------------------------------------------+ - | Copyright CiviCRM LLC (c) 2004-2015 | + | Copyright CiviCRM LLC (c) 2004-2016 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | @@ -32,14 +32,14 @@ {if ( $context eq 'fulltext' || $context eq 'search' ) && $searchKey} {assign var='urlParams' value="reset=1&id=$id&cid=$contact_id&action=update&context=$context&selectedChild=event&key=$searchKey"} {/if} -
{ts}Edit{/ts}
+ {ts}Edit{/ts} {/if} {if call_user_func(array('CRM_Core_Permission','check'), 'delete in CiviEvent')} {assign var='urlParams' value="reset=1&id=$id&cid=$contact_id&action=delete&context=$context&selectedChild=event"} {if ( $context eq 'fulltext' || $context eq 'search' ) && $searchKey} {assign var='urlParams' value="reset=1&id=$id&cid=$contact_id&action=delete&context=$context&selectedChild=event&key=$searchKey"} {/if} -
{ts}Delete{/ts}
+ {ts}Delete{/ts} {/if} {include file="CRM/common/formButtons.tpl" location="top"} @@ -50,7 +50,7 @@ {$displayName}
- {ts}Print Name Badge{/ts} + {ts}Print Name Badge{/ts}
@@ -91,7 +91,11 @@ {$register_date|crmDate}  - {ts}Status{/ts}{$status}  + {ts}Status{/ts}{$status}  + {if $transferName} + {ts}(Transferred to {$transferName}){/ts} + {/if} + {if $source} @@ -111,7 +115,7 @@ {include file="CRM/Price/Page/LineItem.tpl" context="Event"} {if call_user_func(array('CRM_Core_Permission','check'), 'edit event participants')} {if $hasPayment or $parentHasPayment} - {ts}Change Selections{/ts} + {ts}Change Selections{/ts} {/if} {/if} @@ -128,7 +132,7 @@ {/foreach} {if $participantId and $hasPayment} - {include file="CRM/Contribute/Page/PaymentInfo.tpl" show='event-payment'} + {include file="CRM/Contribute/Page/PaymentInfo.tpl" show='payments'} {/if} {include file="CRM/Custom/Page/CustomDataView.tpl"} {if $accessContribution and $rows.0.contribution_id} @@ -141,14 +145,14 @@ {assign var='urlParams' value="reset=1&id=$id&cid=$contact_id&action=update&context=$context&selectedChild=event&key=$searchKey"} {/if} -
{ts}Edit{/ts}
+ {ts}Edit{/ts} {/if} {if call_user_func(array('CRM_Core_Permission','check'), 'delete in CiviEvent')} {assign var='urlParams' value="reset=1&id=$id&cid=$contact_id&action=delete&context=$context&selectedChild=event"} {if ( $context eq 'fulltext' || $context eq 'search' ) && $searchKey} {assign var='urlParams' value="reset=1&id=$id&cid=$contact_id&action=delete&context=$context&selectedChild=event&key=$searchKey"} {/if} -
{ts}Delete{/ts}
+ {ts}Delete{/ts} {/if} {include file="CRM/common/formButtons.tpl" location="bottom"}