small cosmetic fix
This commit is contained in:
@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
|
||||
$Id$
|
||||
$Source$
|
||||
|
||||
2002-02-04 Olivier M<>ller <om@omnis.ch>
|
||||
* left.php3: small cosmetic fixe in lightmode
|
||||
|
||||
2002-02-02 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* db_stats.php3, db_details.php3, mult_submits.inc.php3,
|
||||
tbl_properties.php3: Button to optimize many tables
|
||||
|
@@ -304,7 +304,7 @@ if ($num_dbs > 1) {
|
||||
|
||||
$table_list_header .= '<nobr><img name="imEx" src="images/minus.gif" border="0" width="9" height="9" alt="-" />';
|
||||
$table_list_header .= ' <a class="item" target="phpmain" href="db_details.php3?' . $common_url_query . '">';
|
||||
$table_list_header .= ' <span class="heada">' . $db . '<bdo dir="' . $text_dir . '"> </bdo></span><span class="headaCnt">(' . $num_tables_disp . ')</span></a></nobr>';
|
||||
$table_list_header .= ' <span class="heada">' . $db . '<bdo dir="' . $text_dir . '"> </bdo></span></a></nobr>';
|
||||
$table_list_header .= '';
|
||||
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user