Changes to Rico 3 as a result of regression testing with IE6, IE7, and IE8.
[infodrom/rico3] / minsrc / ricoGridCommon.js
index e790692..2ec1975 100644 (file)
@@ -214,7 +214,7 @@ Rico.GridCommon = {
   createDivs: function() {
     Rico.log("createDivs start");
     this.outerDiv   = this.createDiv("outer");
-    if (Rico.theme.widget) Rico.addClass(this.outerDiv,Rico.theme.widget);
+    if (Rico.theme.gridContainer) Rico.addClass(this.outerDiv,Rico.theme.gridContainer);
     if (this.outerDiv.firstChild && this.outerDiv.firstChild.tagName && this.outerDiv.firstChild.tagName.toUpperCase()=='TABLE') {
       this.structTab=this.outerDiv.firstChild;
       this.structTabLeft=this.structTab.rows[0].cells[0];