[ Index ]
 

Code source de vtiger CRM 5.0.2

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/modules/Users/ -> Users.js (source)

   1  /*********************************************************************************
   2  ** The contents of this file are subject to the vtiger CRM Public License Version 1.0
   3   * ("License"); You may not use this file except in compliance with the License
   4   * The Original Code is:  vtiger CRM Open Source
   5   * The Initial Developer of the Original Code is vtiger.
   6   * Portions created by vtiger are Copyright (C) vtiger.
   7   * All Rights Reserved.
   8   *
   9   ********************************************************************************/
  10  
  11  
  12  
  13  document.write("<script type='text/javascript' src='include/js/Mail.js'></"+"script>");
  14  function set_return(user_id, user_name) {
  15          window.opener.document.EditView.reports_to_name.value = user_name;
  16          window.opener.document.EditView.reports_to_id.value = user_id;
  17  }
  18  


Généré le : Sun Feb 25 10:22:19 2007 par Balluche grâce à PHPXref 0.7