[Vtigercrm-commits] [vtiger-commits] r10067 - in /vtigercrm/branches/5.0.3: Smarty/templates/Header.tpl include/js/general.js

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Tue Jan 16 05:36:19 EST 2007


Author: richie
Date: Tue Jan 16 03:36:14 2007
New Revision: 10067

Log:
validation error fixed

Modified:
    vtigercrm/branches/5.0.3/Smarty/templates/Header.tpl
    vtigercrm/branches/5.0.3/include/js/general.js

Modified: vtigercrm/branches/5.0.3/Smarty/templates/Header.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/Header.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/Header.tpl Tue Jan 16 03:36:14 2007
@@ -145,6 +145,7 @@
 <div id="qcform" style="position:absolute;width:500px;top:60px;left:450px;z-index:5000;"></div>
 
 <script>
+var gVTModule = '{$smarty.request.module}';
 function fetch_clock()
 {ldelim}
 	new Ajax.Request(

Modified: vtigercrm/branches/5.0.3/include/js/general.js
==============================================================================
--- vtigercrm/branches/5.0.3/include/js/general.js (original)
+++ vtigercrm/branches/5.0.3/include/js/general.js Tue Jan 16 03:36:14 2007
@@ -9,6 +9,8 @@
  ********************************************************************************/
 
 //Utility Functions
+
+var gValidationCall='';
 
 if (document.all)
 





More information about the vtigercrm-commits mailing list