Index: trunk/admin/include/elements.php =================================================================== diff -u -N -r4427 -r8397 --- trunk/admin/include/elements.php (.../elements.php) (revision 4427) +++ trunk/admin/include/elements.php (.../elements.php) (revision 8397) @@ -336,14 +336,14 @@ static $colorset; if($reset_color) - { $colorset="table_color2"; + { $colorset="table-color2"; return; } - if ($colorset == "table_color1") - $colorset = "table_color2"; + if ($colorset == "table-color1") + $colorset = "table-color2"; else - $colorset = "table_color1"; + $colorset = "table-color1"; $ret = "class=\"".$colorset."\""; if($return_result) @@ -359,14 +359,14 @@ static $colorset; if($reset_color) - { $colorset="table_color2"; + { $colorset="table-color2"; return; } - if ($colorset == "table_color1") - $colorset = "table_color2"; + if ($colorset == "table-color1") + $colorset = "table-color2"; else - $colorset = "table_color1"; + $colorset = "table-color1"; return "class=\"".$colorset."\""; }//Table Alternating colors