removed superfluous spaces, introduced more CSS ID attributes

This commit is contained in:
Garvin Hicking
2004-10-08 11:14:08 +00:00
parent ba42fad9b2
commit 9392a58483
26 changed files with 275 additions and 344 deletions

View File

@@ -337,7 +337,7 @@ echo "\n";
?>
</head>
<body bgcolor="<?php echo $cfg['LeftBgColor']; ?>">
<body bgcolor="<?php echo $cfg['LeftBgColor']; ?>" id="body_leftFrame">
<?php
if ($cfg['LeftDisplayLogo'] && !$cfg['QueryFrame']) {
@@ -410,6 +410,7 @@ if (!$cfg['QueryFrame']) {
?>
<!-- Databases and tables list -->
<div id="left_tableList">
<?php
// Don't display expansible/collapsible database info if:
// 1. $server == 0 (no server selected)
@@ -925,7 +926,7 @@ setTimeout('check_queryframe_reload()', 1000);
}
}
?>
</div>
</body>
</html>