Fixed php examples and plugins so no warnings are given with the latest versions...
[infodrom/rico3] / plugins / php / SimpleGrid.php
index c8f8821..fe43861 100644 (file)
@@ -232,7 +232,7 @@ class SimpleGrid {
     //-------------------\r
     echo "\n<div id='".$id."_frozenTabsDiv'>";\r
     // upper left\r
-    echo "\n<table id='".$id."_tab0h' class='ricoLG_table ricoLG_top ricoLG_left' cellspacing='0' cellpadding='0'><thead>";\r
+    echo "\n<table id='".$id."_tab0h' class='ricoLG_table ricoLG_left' cellspacing='0' cellpadding='0'><thead class='ricoLG_top'>";\r
     for ($r=0; $r<=$this->LastHeadingRow; $r++) {\r
       echo "\n<tr class='".$this->rows[$r]->HeadingClass()."'";\r
       if ($r == $this->ResizeRowIdx) {\r
@@ -255,8 +255,7 @@ class SimpleGrid {
     //-------------------\r
     // upper right\r
     echo "\n<div id='".$id."_innerDiv'>";\r
-    echo "\n<div id='".$id."_scrollTabsDiv'>";\r
-    echo "\n<table id='".$id."_tab1h' class='ricoLG_table ricoLG_top ricoLG_right' cellspacing='0' cellpadding='0'><thead>";\r
+    echo "\n<table id='".$id."_tab1h' class='ricoLG_table ricoLG_right' cellspacing='0' cellpadding='0'><thead class='ricoLG_top'>";\r
     for ($r=0; $r<=$this->LastHeadingRow; $r++) {\r
       echo "\n<tr class='".$this->rows[$r]->HeadingClass()."'";\r
       if ($r == $this->ResizeRowIdx) {\r
@@ -268,7 +267,6 @@ class SimpleGrid {
     }\r
     echo "\n</thead></table>";\r
     echo "\n</div>";\r
-    echo "\n</div>";\r
     // lower right\r
     echo "\n<div id='".$id."_scrollDiv'>";\r
     echo "\n<table id='".$id."_tab1' class='ricoLG_table ricoLG_bottom ricoLG_right' cellspacing='0' cellpadding='0'>";\r