[Vtigercrm-commits] [vtiger-commits] r10119 - /vtigercrm/branches/5.0.3/modules/Reports/Report.js

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Tue Jan 30 05:49:08 EST 2007


Author: richie
Date: Tue Jan 30 03:49:04 2007
New Revision: 10119

Log:
Reports UI issue in IE7 - fixes. Fixes #2806

Modified:
    vtigercrm/branches/5.0.3/modules/Reports/Report.js

Modified: vtigercrm/branches/5.0.3/modules/Reports/Report.js
==============================================================================
--- vtigercrm/branches/5.0.3/modules/Reports/Report.js (original)
+++ vtigercrm/branches/5.0.3/modules/Reports/Report.js Tue Jan 30 03:49:04 2007
@@ -179,6 +179,8 @@
 
 function addColumnStep1()
 {
+	//the below line is added for report not woking properly in browser IE7 --bharath
+	document.getElementById("selectedColumns").style.width="164px";
 	if (availListObj.options.selectedIndex > -1)
 	{
 		for (i=0;i<availListObj.length;i++) 





More information about the vtigercrm-commits mailing list