Merge branch 'master' into findById
[civicrm-core.git] / templates / CRM / Case / Page / CaseDetails.tpl
index 5509c2052b9d72de3f92725e24a185793a142e61..80f05e942e7618cbc91ce2b5376e25e07825108f 100644 (file)
@@ -1,8 +1,8 @@
 {*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.3                                                |
+ | CiviCRM version 4.5                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2013                                |
+ | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -25,7 +25,7 @@
 *}
 {strip}
 {if $rows}
-  <table class="nestedActivitySelector">
+  <table class="nestedActivitySelector" data-params='{$data_params}'>
     <tr class="columnheader">
       <th>{ts}Date{/ts}</th>
       <th>{ts}Subject{/ts}</th>
@@ -55,4 +55,4 @@
 {/if}
 {/strip}
 
-{include file="CRM/Case/Form/ActivityToCase.tpl"}
\ No newline at end of file
+{include file="CRM/Case/Form/ActivityToCase.tpl"}