From 7a1698b400374be228b00f205fadde42c93ebe3c Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Mon, 27 Sep 2021 11:09:19 +1300 Subject: [PATCH] Enotice fixes --- templates/CRM/Event/Form/Selector.tpl | 2 +- templates/CRM/Event/Page/DashBoard.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/CRM/Event/Form/Selector.tpl b/templates/CRM/Event/Form/Selector.tpl index e0cdefac6e..3505dc446c 100644 --- a/templates/CRM/Event/Form/Selector.tpl +++ b/templates/CRM/Event/Form/Selector.tpl @@ -44,7 +44,7 @@ {/if} {$row.event_title} - {if $contactId}
({ts}participants{/ts}){/if} + {if !empty($contactId)}
({ts}participants{/ts}){/if} {assign var="participant_id" value=$row.participant_id} {if $lineItems.$participant_id} diff --git a/templates/CRM/Event/Page/DashBoard.tpl b/templates/CRM/Event/Page/DashBoard.tpl index d01250ee68..81091d6c59 100644 --- a/templates/CRM/Event/Page/DashBoard.tpl +++ b/templates/CRM/Event/Page/DashBoard.tpl @@ -96,7 +96,7 @@