bug #1257106, display problem in the left frame (IE)
This commit is contained in:
@@ -7,6 +7,7 @@ $Source$
|
||||
|
||||
2005-08-12 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* header.inc.php: remove the 'InnoDB free' segment from table comments
|
||||
* footer.inc.php: bug #1257106, display problem in the left frame (IE)
|
||||
|
||||
2005-08-11 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* queryframe.php: shorten the path of db subtree items,
|
||||
|
@@ -24,10 +24,12 @@ if ($cfg['QueryFrame'] && $cfg['QueryFrameJS']) {
|
||||
$tables = PMA_DBI_try_query('SHOW TABLES FROM ' . PMA_backquote($db) . ';', NULL, PMA_DBI_QUERY_STORE);
|
||||
$num_tables = ($tables) ? @PMA_DBI_num_rows($tables) : 0;
|
||||
$common_url_query = PMA_generate_common_url($db);
|
||||
// if we put a space before the left bracket, it causes a display
|
||||
// problem in IE
|
||||
if ($num_tables) {
|
||||
$num_tables_disp = ' (' . $num_tables . ')';
|
||||
$num_tables_disp = '(' . $num_tables . ')';
|
||||
} else {
|
||||
$num_tables_disp = ' (-)';
|
||||
$num_tables_disp = '(-)';
|
||||
}
|
||||
?>
|
||||
var forceQueryFrameReload = false;
|
||||
|
Reference in New Issue
Block a user