Device view (and other pages, too):
In html_utility.php:form_alternate_row_color()
Code: Select all
[root@svrcacti01 lib]# grep -B 1 -A 4 "roll_over =" html_utility.php
if (strlen($row_id)) {
$roll_over = " onmouseover=\"this.style.background='#0FF'\" onmouseout=\"this.style.background='#$current_color'\" ";
print "<tr $roll_over id='$row_id' bgcolor='#$current_color'>\n";
}else{
print "<tr bgcolor='#$current_color'>\n";
}
In html_tree.php:grow_edit_graph_tree()
Code: Select all
(removed, see my next post)
What go you think of this change? I tested this with IE 8 and FF 3.6.
Thanks,
-John