Fixed php examples and plugins so no warnings are given with the latest versions...
[infodrom/rico3] / plugins / asp / SimpleGrid.vbs
index 0e956ab..ebe2069 100644 (file)
@@ -227,7 +227,7 @@ class SimpleGrid
     ' frozen columns\r
     '-------------------\r
     ' upper left\r
-    response.write vbLf & "<table id='" & id & "_tab0h' class='ricoLG_table ricoLG_top ricoLG_left' cellspacing='0' cellpadding='0'><thead>"\r
+    response.write vbLf & "<table id='" & id & "_tab0h' class='ricoLG_table ricoLG_left' cellspacing='0' cellpadding='0'><thead class='ricoLG_top'>"\r
     for r=0 to LastHeadingRow\r
       response.write vbLf & "<tr class='" & rows(r).HeadingClass & "'"\r
       if r=ResizeRowIdx then response.write " id='" & id & "_tab0h_main'"\r
@@ -254,8 +254,7 @@ class SimpleGrid
 \r
     ' upper right\r
     response.write vbLf & "<td><div id='" & id & "_innerDiv'>"\r
-    response.write vbLf & "<div id='" & id & "_scrollTabsDiv'>"\r
-    response.write vbLf & "<table id='" & id & "_tab1h' class='ricoLG_table ricoLG_top ricoLG_right' cellspacing='0' cellpadding='0'><thead>"\r
+    response.write vbLf & "<table id='" & id & "_tab1h' class='ricoLG_table ricoLG_right' cellspacing='0' cellpadding='0'><thead class='ricoLG_top'>"\r
     for r=0 to LastHeadingRow\r
       response.write vbLf & "<tr class='" & rows(r).HeadingClass & "'"\r
       if r=ResizeRowIdx then response.write " id='" & id & "_tab1h_main'"\r
@@ -265,7 +264,6 @@ class SimpleGrid
     next\r
     response.write vbLf & "</thead></table>"\r
     response.write vbLf & "</div>"\r
-    response.write vbLf & "</div>"\r
 \r
     ' lower right\r
     response.write vbLf & "<tr valign='top'><td><div id='" & id & "_scrollDiv'>"\r