[richfaces-svn-commits] JBoss Rich Faces SVN: r4673 - branches/3.1.x/ui/orderingList/src/main/resources/org/richfaces/renderkit/html/scripts.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon Dec 10 15:17:48 EST 2007


Author: vmolotkov
Date: 2007-12-10 15:17:48 -0500 (Mon, 10 Dec 2007)
New Revision: 4673

Modified:
   branches/3.1.x/ui/orderingList/src/main/resources/org/richfaces/renderkit/html/scripts/LayoutManager.js
Log:
headers rendering was changed

Modified: branches/3.1.x/ui/orderingList/src/main/resources/org/richfaces/renderkit/html/scripts/LayoutManager.js
===================================================================
--- branches/3.1.x/ui/orderingList/src/main/resources/org/richfaces/renderkit/html/scripts/LayoutManager.js	2007-12-10 19:47:20 UTC (rev 4672)
+++ branches/3.1.x/ui/orderingList/src/main/resources/org/richfaces/renderkit/html/scripts/LayoutManager.js	2007-12-10 20:17:48 UTC (rev 4673)
@@ -41,7 +41,7 @@
 	} else {
 		if (this.headerTable && this.headerTable.tHead) {
 			this.headerTable.style.width = this.contentDiv.offsetWidth;
-		}
+		} 
 	}
 }
 




More information about the richfaces-svn-commits mailing list