Merge remote-tracking branch 'upstream/master' into pledge-batchentry
[civicrm-core.git] / templates / CRM / Event / Form / SearchEvent.tpl
index e0afe550997126f4bae34dc3fb8e2d4f41cb8b9f..5c06f028e96692a05cea5ec4f8cbb0193a292792 100644 (file)
@@ -42,9 +42,9 @@
                 {/foreach}
             </div>
         </td>
-        <td class="right" rowspan="2">&nbsp;{include file="CRM/common/formButtons.tpl"}</td>  
+        <td class="right" rowspan="2">&nbsp;{include file="CRM/common/formButtons.tpl"}</td>
     </tr>
-  
+
     <tr>
        <td colspan="2">
        <table class="form-layout-compressed" id="id_fromToDates">
         </tr>
         <tr class="crm-event-searchevent-form-block-end_date" >
             <td class="label">{$form.end_date.label}</td>
-            <td>{include file="CRM/common/jcalendar.tpl" elementName=end_date}</td>             
+            <td>{include file="CRM/common/jcalendar.tpl" elementName=end_date}</td>
         </tr>
-      </table> 
-    </td></tr>  
+      </table>
+    </td></tr>
 
     {* campaign in event search *}
-    {include file="CRM/Campaign/Form/addCampaignToComponent.tpl" campaignContext="componentSearch" 
+    {include file="CRM/Campaign/Form/addCampaignToComponent.tpl" campaignContext="componentSearch"
     campaignTrClass='crm-event-searchevent-form-block-campaign_id' campaignTdClass=''}
 
   </table>
 
 {include file="CRM/common/showHide.tpl"}
 
-{literal} 
+{literal}
 <script type="text/javascript">
 if ( document.getElementsByName('eventsByDates')[1].checked ) {
   cj('#id_fromToDates').show();
 }
 </script>
-{/literal} 
+{/literal}