From faf950516c6dab704e841476d51867f9e7553abd Mon Sep 17 00:00:00 2001 From: jitendrapurohit Date: Fri, 9 Dec 2016 18:03:30 +0530 Subject: [PATCH] CRM-19717: remove inline edit of class from reserved participant status --- templates/CRM/Admin/Page/ParticipantStatusType.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CRM/Admin/Page/ParticipantStatusType.tpl b/templates/CRM/Admin/Page/ParticipantStatusType.tpl index 378ee9c8b2..26e61c0e5f 100644 --- a/templates/CRM/Admin/Page/ParticipantStatusType.tpl +++ b/templates/CRM/Admin/Page/ParticipantStatusType.tpl @@ -48,7 +48,7 @@ {$row.label} {$row.name} ({$row.id}) - {$row.class} + {$row.class} {if $row.is_reserved}{ts}Reserved{/ts}{/if} {if $row.is_active eq 1} {ts}Yes{/ts} {else} {ts}No{/ts} {/if} {if $row.is_counted} {ts}Counted{/ts}{/if} -- 2.25.1