CRM-12507
authorStoob <stuart@korlon.com>
Thu, 2 May 2013 23:23:45 +0000 (16:23 -0700)
committerStoob <stuart@korlon.com>
Thu, 2 May 2013 23:23:45 +0000 (16:23 -0700)
----------------------------------------
* CRM-12507: Add ID number to <div container in tpl for: EventInfo.tpl, (Event) Register.tpl, Contribution Main.tpl
  http://issues.civicrm.org/jira/browse/CRM-12507

templates/CRM/Event/Form/Registration/Register.tpl

index 8996e277dc6cf0a754f49aa86d7be4275e6f1e96..887b790221f450376ac2fe1e68d65670fc5999fa 100644 (file)
@@ -46,7 +46,7 @@
 {include file="CRM/common/TrackingFields.tpl"}
 
 {capture assign='reqMark'}<span class="marker"  title="{ts}This field is required.{/ts}">*</span>{/capture}
-<div class="crm-block crm-event-register-form-block">
+<div class="crm-event-id-{$event.id} crm-block crm-event-register-form-block">
 
 {* moved to tpl since need to show only for primary participant page *}
 {if $requireApprovalMsg || $waitlistMsg}