From 54575181911f803104bb7763242c1779bef3d312 Mon Sep 17 00:00:00 2001 From: atif-shaikh Date: Mon, 14 Jul 2014 18:41:02 +0530 Subject: [PATCH] CRM-14977 - Can't enable waitlist and approval partcipant statuses https://issues.civicrm.org/jira/browse/CRM-14977 --- templates/CRM/Admin/Page/ParticipantStatus.tpl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/templates/CRM/Admin/Page/ParticipantStatus.tpl b/templates/CRM/Admin/Page/ParticipantStatus.tpl index f8a5d8ecd6..efcfbac344 100644 --- a/templates/CRM/Admin/Page/ParticipantStatus.tpl +++ b/templates/CRM/Admin/Page/ParticipantStatus.tpl @@ -46,15 +46,15 @@ {foreach from=$rows item=row} - - {$row.label} - {$row.name} ({$row.id}) - {$row.class} + + {$row.label} + {$row.name} ({$row.id}) + {$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} - {$row.weight} - {$row.visibility} + {$row.weight} + {$row.visibility} {$row.action|replace:'xx':$row.id} {/foreach} -- 2.25.1