diff --git a/ChangeLog b/ChangeLog index 3a8458e69..8e202c175 100755 --- a/ChangeLog +++ b/ChangeLog @@ -30,6 +30,7 @@ $Source$ * tbl_properties_links.php: Make drop and empty tabs lead to structure instead of SQL. * libraries/common.lib.php: Use normal font sizes for Mozilla browsers. + * querywindow.php: Add icon for history tab. 2005-10-11 Marc Delisle * libraries/grab_globals.lib.php: bug #1322871, local file inclusion diff --git a/querywindow.php b/querywindow.php index 434f6f6ba..9b374fd04 100644 --- a/querywindow.php +++ b/querywindow.php @@ -122,6 +122,7 @@ if ( $cfg['QueryFrameJS'] && !isset($no_js) ) { $tabs['import']['link'] = '#'; $tabs['import']['attr'] = 'onclick="javascript:query_tab_commit(\'files\');return false;"'; $tabs['import']['active'] = (bool) ( $querydisplay_tab == 'files' ); + $tabs['history']['icon'] = 'b_bookmark.png'; $tabs['history']['text'] = $strQuerySQLHistory; $tabs['history']['link'] = '#'; $tabs['history']['attr'] = 'onclick="javascript:query_tab_commit(\'history\');return false;"';