patch #458673 - Nicer navigation for MSIE
This commit is contained in:
@@ -210,8 +210,9 @@ if ($num_dbs > 1) {
|
||||
} // end if
|
||||
|
||||
// Displays the database name
|
||||
$on_mouse = (($cfgLeftPointerColor == '') ? '' : 'onmouseover="this.style.backgroundColor=\'' . $cfgLeftPointerColor . '\'" onmouseout="this.style.backgroundColor=\'' . $cfgLeftBgColor . '\'"');
|
||||
echo "\n";
|
||||
echo ' <div id="el' . $j . 'Parent" class="parent">';
|
||||
echo ' <div id="el' . $j . 'Parent" class="parent"' . $on_mouse . '>';
|
||||
|
||||
if (!empty($num_tables)) {
|
||||
echo "\n";
|
||||
|
Reference in New Issue
Block a user