diff --git a/ChangeLog b/ChangeLog index 884a8ccfa..8a04ed23b 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,8 @@ $Source$ 2005-06-27 Michal Čihař * config.inc.php: Better comments describing multi server setup (patch #1226666). + * db_details_links.php: Place export tab on same place as on table page + (RFE #1047874). 2005-06-24 Michal Čihař * tbl_change.php, tbl_properties_links.php, libraries/export/sql.php: diff --git a/db_details_links.php b/db_details_links.php index 6d89e9f34..8880cb85b 100644 --- a/db_details_links.php +++ b/db_details_links.php @@ -76,9 +76,9 @@ if ($cfg['LightTabs']) { echo PMA_printTab(($GLOBALS['cfg']['MainPageIconic'] ? ''.$strStructure.'' : '') . $strStructure, 'db_details_structure.php', $url_query); echo PMA_printTab(($GLOBALS['cfg']['MainPageIconic'] ? ''.$strSQL.'' : '') . $strSQL, 'db_details.php', $url_query . '&db_query_force=1'); -echo PMA_printTab(($GLOBALS['cfg']['MainPageIconic'] ? ''.$strExport.'' : '') . $strExport, $lnk3, $arg3); echo PMA_printTab(($GLOBALS['cfg']['MainPageIconic'] ? ''.$strSearch.'' : '') . $strSearch, $lnk4, $arg4); echo PMA_printTab(($GLOBALS['cfg']['MainPageIconic'] ? ''.$strQBE.'' : '') . $strQBE, ($num_tables > 0) ? 'db_details_qbe.php' : '', $url_query); +echo PMA_printTab(($GLOBALS['cfg']['MainPageIconic'] ? ''.$strExport.'' : '') . $strExport, $lnk3, $arg3); echo PMA_printTab(($GLOBALS['cfg']['MainPageIconic'] ? ''.$strOperations.'' : '') . $strOperations,'db_operations.php', $url_query); // Displays drop link