CRM-13054: Fixed incorrectly nested tags.
authorFrank J. Gómez <fgomez@confluencecorp.com>
Wed, 17 Jul 2013 07:32:10 +0000 (03:32 -0400)
committerFrank J. Gómez <fgomez@confluencecorp.com>
Wed, 17 Jul 2013 07:32:10 +0000 (03:32 -0400)
templates/CRM/Event/Page/EventInfo.tpl

index d50365a8914969755a5c35b7acab800f377d0c9f..ffc9ef825ac15407ba73db6b3faab938ea88e25f 100644 (file)
   <div class="event-info">
   {* Display top buttons only if the page is long enough to merit duplicate buttons *}
   {if $event.summary or $event.description}
-    {crmRegion name="event-page-eventinfo-actionlinks-top"}
-      <div class="actionlinks-top">
+    <div class="actionlinks-top">
+      {crmRegion name="event-page-eventinfo-actionlinks-top"}
         {if $allowRegistration}
           <div class="action-link section register_link-section register_link-top">
             <a href="{$registerURL}" title="{$registerText}" class="button crm-register-button"><span>{$registerText}</span></a>
           </div>
         {/if}
-      </div>
-    {/crmRegion}
+      {/crmRegion}
+    </div>
   {/if}
 
   {if $event.summary}
 
     {include file="CRM/Custom/Page/CustomDataView.tpl"}
 
-    {crmRegion name="event-page-eventinfo-actionlinks-bottom"}
-      <div class="actionlinks-bottom">
+    <div class="actionlinks-bottom">
+      {crmRegion name="event-page-eventinfo-actionlinks-bottom"}
         {if $allowRegistration}
           <div class="action-link section register_link-section register_link-bottom">
             <a href="{$registerURL}" title="{$registerText}" class="button crm-register-button"><span>{$registerText}</span></a>
           </div>
         {/if}
-      </div>
-    {/crmRegion}
+      {/crmRegion}
+    </div>
     { if $event.is_public }
         <br />{include file="CRM/Event/Page/iCalLinks.tpl"}
     {/if}