From b96a5de735644868405c925ca544a44c0efb3c6d Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Tue, 23 Sep 2014 21:58:39 -0400 Subject: [PATCH] CRM-14978 related cleanup --- templates/CRM/Event/Form/ManageEvent/EventInfo.tpl | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/templates/CRM/Event/Form/ManageEvent/EventInfo.tpl b/templates/CRM/Event/Form/ManageEvent/EventInfo.tpl index f180f7bf0e..7649579e6a 100644 --- a/templates/CRM/Event/Form/ManageEvent/EventInfo.tpl +++ b/templates/CRM/Event/Form/ManageEvent/EventInfo.tpl @@ -88,14 +88,12 @@ {include file="CRM/common/jcalendar.tpl" elementName=end_date} {/if} - {capture assign=participantStatusURL}{crmURL p='civicrm/admin/participant_status' q="reset=1"}{/capture} - {$form.max_participants.label} + {$form.max_participants.label} {help id="id-max_participants" waitlist=$waitlist} - {$form.max_participants.html|crmAddClass:four} {help id="id-max_participants" waitlist=$waitlist} + {$form.max_participants.html|crmAddClass:four} {if call_user_func(array('CRM_Core_Permission','check'), 'administer CiviCRM') } - {capture assign=participantStatusURL}{/capture} - + {/if} -- 2.25.1