Merge remote-tracking branch 'upstream/4.5' into 4.5-master-2015-03-09-21-44-34
[civicrm-core.git] / templates / CRM / common / highLightImport.tpl
index 384b28347c8357a9ffd268612b39aa5d4b762528..11e798256ae62f5dd54a6ae4f7620f2aab4add08 100644 (file)
@@ -1,8 +1,8 @@
 {*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.4                                                |
+ | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2013                                |
+ | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -25,7 +25,7 @@
 *}
 {* Highlight the required field during import (included within a <script>)*}
 {literal}
-cj(function($) {
+CRM.$(function($) {
   var highlightedFields = ["{/literal}{'","'|implode:$highlightedFields}{literal}"];
   $.each(highlightedFields, function() {
     $('select[id^="mapper"][id$="_0"] option[value='+ this + ']').append(' *').css({"color":"#FF0000"});