CRM-19412: Add event ID class to additional participant template
authorJKingsnorth <john@johnkingsnorth.co.uk>
Mon, 26 Sep 2016 13:44:41 +0000 (14:44 +0100)
committerJKingsnorth <john@johnkingsnorth.co.uk>
Mon, 26 Sep 2016 13:44:41 +0000 (14:44 +0100)
templates/CRM/Event/Form/Registration/AdditionalParticipant.tpl

index 83750d8e593d79d9bb52d8c0f76fc5073e25684f..c5a1373959e0356bef9c56cb8320db0c14530a23 100644 (file)
@@ -49,7 +49,7 @@
     <div class="messages status no-popup" style="width:25%"><span id="event_participant_status"></span></div>
 {/if}
 
-<div class="crm-block crm-event-additionalparticipant-form-block">
+<div class="crm-event-id-{$event.id} crm-block crm-event-additionalparticipant-form-block">
 {if $priceSet}
      <fieldset id="priceset" class="crm-public-form-item crm-group priceset-group"><legend>{$event.fee_label}</legend>
         {include file="CRM/Price/Form/PriceSet.tpl" extends="Event"}