Merge pull request #3068 from ginkgomzd/CRM-14353
[civicrm-core.git] / templates / CRM / Case / Form / CaseView.tpl
index 557146eaa11779b8ec8a1c5f31ad1d3aa9f6b9ba..af815849889c218de0d8602a8471e636aee87fd9 100644 (file)
@@ -1,8 +1,8 @@
 {*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.4                                                |
+ | CiviCRM version 4.5                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2013                                |
+ | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
   <script type="text/javascript">
   var oTable;
 
-  cj(function() {
+  CRM.$(function($) {
     buildCaseRoles(false);
   });
 
       {/if}
  {literal}
  <script type="text/javascript">
-   cj(function( ) {
+   CRM.$(function($) {
       buildCaseClientRelationships(false);
    });
 
  {literal}
  <script type="text/javascript">
 
cj(function() {
CRM.$(function($) {
     buildCaseGlobalRelationships(false);
  });
 
     {assign var="tagExits" value=1}
   {/if}
 
-   {foreach from=$tagsetInfo_case item=displayTagset}
+   {foreach from=$tagsetInfo.case item=displayTagset}
      {if $displayTagset.entityTagsArray}
        <div class="crm-block crm-content-block crm-case-caseview-display-tagset">
          &nbsp;&nbsp;{$displayTagset.parentName}:
   <div class="label">{$form.case_tag.label}</div>
   <div class="view-value"><div class="crm-select-container">{$form.case_tag.html}</div>
     <br/>
-    <div style="text-align:left;">{include file="CRM/common/Tag.tpl" tagsetType='case'}</div>
+    <div style="text-align:left;">{include file="CRM/common/Tagset.tpl" tagsetType='case'}</div>
     <br/>
     <div class="clear"></div>
   </div>