Make drop and empty tabs lead to structure instead of SQL.
This commit is contained in:
@@ -30,6 +30,7 @@ $Source$
|
|||||||
* tbl_properties_links.php: Make drop and empty tabs lead to structure
|
* tbl_properties_links.php: Make drop and empty tabs lead to structure
|
||||||
instead of SQL.
|
instead of SQL.
|
||||||
* libraries/common.lib.php: Use normal font sizes for Mozilla browsers.
|
* libraries/common.lib.php: Use normal font sizes for Mozilla browsers.
|
||||||
|
* querywindow.php: Add icon for history tab.
|
||||||
|
|
||||||
2005-10-11 Marc Delisle <lem9@users.sourceforge.net>
|
2005-10-11 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* libraries/grab_globals.lib.php: bug #1322871, local file inclusion
|
* libraries/grab_globals.lib.php: bug #1322871, local file inclusion
|
||||||
|
@@ -122,6 +122,7 @@ if ( $cfg['QueryFrameJS'] && !isset($no_js) ) {
|
|||||||
$tabs['import']['link'] = '#';
|
$tabs['import']['link'] = '#';
|
||||||
$tabs['import']['attr'] = 'onclick="javascript:query_tab_commit(\'files\');return false;"';
|
$tabs['import']['attr'] = 'onclick="javascript:query_tab_commit(\'files\');return false;"';
|
||||||
$tabs['import']['active'] = (bool) ( $querydisplay_tab == 'files' );
|
$tabs['import']['active'] = (bool) ( $querydisplay_tab == 'files' );
|
||||||
|
$tabs['history']['icon'] = 'b_bookmark.png';
|
||||||
$tabs['history']['text'] = $strQuerySQLHistory;
|
$tabs['history']['text'] = $strQuerySQLHistory;
|
||||||
$tabs['history']['link'] = '#';
|
$tabs['history']['link'] = '#';
|
||||||
$tabs['history']['attr'] = 'onclick="javascript:query_tab_commit(\'history\');return false;"';
|
$tabs['history']['attr'] = 'onclick="javascript:query_tab_commit(\'history\');return false;"';
|
||||||
|
Reference in New Issue
Block a user