[Vtigercrm-commits] [vtiger-commits] r6873 - in /vtigercrm/trunk/include/js: clock.js customview.js menu.js popup.js search.js submenu.js
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed May 31 09:55:32 EDT 2006
Author: saraj
Date: Wed May 31 07:55:26 2006
New Revision: 6873
Log:
Updated Licenses for all js files -ahmed
Modified:
vtigercrm/trunk/include/js/clock.js
vtigercrm/trunk/include/js/customview.js
vtigercrm/trunk/include/js/menu.js
vtigercrm/trunk/include/js/popup.js
vtigercrm/trunk/include/js/search.js
vtigercrm/trunk/include/js/submenu.js
Modified: vtigercrm/trunk/include/js/clock.js
==============================================================================
--- vtigercrm/trunk/include/js/clock.js (original)
+++ vtigercrm/trunk/include/js/clock.js Wed May 31 07:55:26 2006
@@ -1,3 +1,12 @@
+/*********************************************************************************
+ ** The contents of this file are subject to the vtiger CRM Public License Version 1.0
+ * ("License"); You may not use this file except in compliance with the License
+ * The Original Code is: vtiger CRM Open Source
+ * The Initial Developer of the Original Code is vtiger.
+ * Portions created by vtiger are Copyright (C) vtiger.
+ * All Rights Reserved.
+ *
+ ********************************************************************************/
if (document.getElementById){
fCol='#000000'; //face/number colour.
Modified: vtigercrm/trunk/include/js/customview.js
==============================================================================
--- vtigercrm/trunk/include/js/customview.js (original)
+++ vtigercrm/trunk/include/js/customview.js Wed May 31 07:55:26 2006
@@ -1,3 +1,13 @@
+/*********************************************************************************
+ ** The contents of this file are subject to the vtiger CRM Public License Version 1.0
+ * ("License"); You may not use this file except in compliance with the License
+ * The Original Code is: vtiger CRM Open Source
+ * The Initial Developer of the Original Code is vtiger.
+ * Portions created by vtiger are Copyright (C) vtiger.
+ * All Rights Reserved.
+ *
+ ********************************************************************************/
+
function splitValues() {
var picklistObj=getObj("fldPickList")
var pickListContent=picklistObj.value
Modified: vtigercrm/trunk/include/js/menu.js
==============================================================================
--- vtigercrm/trunk/include/js/menu.js (original)
+++ vtigercrm/trunk/include/js/menu.js Wed May 31 07:55:26 2006
@@ -1,3 +1,12 @@
+/*********************************************************************************
+ ** The contents of this file are subject to the vtiger CRM Public License Version 1.0
+ * ("License"); You may not use this file except in compliance with the License
+ * The Original Code is: vtiger CRM Open Source
+ * The Initial Developer of the Original Code is vtiger.
+ * Portions created by vtiger are Copyright (C) vtiger.
+ * All Rights Reserved.
+ *
+ ********************************************************************************/
// JavaScript Document
//Layer Function
/* NEW SCRIPT FOR MENU SLIDE */
Modified: vtigercrm/trunk/include/js/popup.js
==============================================================================
--- vtigercrm/trunk/include/js/popup.js (original)
+++ vtigercrm/trunk/include/js/popup.js Wed May 31 07:55:26 2006
@@ -1,3 +1,13 @@
+/*********************************************************************************
+ ** The contents of this file are subject to the vtiger CRM Public License Version 1.0
+ * ("License"); You may not use this file except in compliance with the License
+ * The Original Code is: vtiger CRM Open Source
+ * The Initial Developer of the Original Code is vtiger.
+ * Portions created by vtiger are Copyright (C) vtiger.
+ * All Rights Reserved.
+ *
+ ********************************************************************************/
+
function mypopup()
{
mywindow = window.open("copyright.html","mywindow", "height=115, width=575");
Modified: vtigercrm/trunk/include/js/search.js
==============================================================================
--- vtigercrm/trunk/include/js/search.js (original)
+++ vtigercrm/trunk/include/js/search.js Wed May 31 07:55:26 2006
@@ -1,3 +1,12 @@
+/*********************************************************************************
+ ** The contents of this file are subject to the vtiger CRM Public License Version 1.0
+ * ("License"); You may not use this file except in compliance with the License
+ * The Original Code is: vtiger CRM Open Source
+ * The Initial Developer of the Original Code is vtiger.
+ * Portions created by vtiger are Copyright (C) vtiger.
+ * All Rights Reserved.
+ *
+ ********************************************************************************/
function searchshowhide(argg,argg2)
{
var x=document.getElementById(argg).style
Modified: vtigercrm/trunk/include/js/submenu.js
==============================================================================
--- vtigercrm/trunk/include/js/submenu.js (original)
+++ vtigercrm/trunk/include/js/submenu.js Wed May 31 07:55:26 2006
@@ -1,3 +1,12 @@
+/*********************************************************************************
+ ** The contents of this file are subject to the vtiger CRM Public License Version 1.0
+ * ("License"); You may not use this file except in compliance with the License
+ * The Original Code is: vtiger CRM Open Source
+ * The Initial Developer of the Original Code is vtiger.
+ * Portions created by vtiger are Copyright (C) vtiger.
+ * All Rights Reserved.
+ *
+ ********************************************************************************/
var selTags=document.getElementsByTagName("SELECT")
function showSubMenu() {
getObj("subMenuBg").style.display=getObj("subMenu").style.display="block"
More information about the vtigercrm-commits
mailing list