diff --git a/db_structure.php b/db_structure.php index 80e1ee582d..e0d7f74b75 100644 --- a/db_structure.php +++ b/db_structure.php @@ -167,7 +167,7 @@ foreach ($tables as $keyname => $current_table) { list($current_table, $formatted_size, $unit, $formatted_overhead, $overhead_unit, $overhead_size, $table_is_view, $sum_size) - = PMA_getStuffForEnginetable($current_table, $db_is_information_schema, + = PMA_getStuffForEngineTypeTable($current_table, $db_is_information_schema, $is_show_stats, $table_is_view, $sum_size, $overhead_size ); @@ -218,7 +218,7 @@ foreach ($tables as $keyname => $current_table) { ); } - list($alias, $truename) = PMA_getAliasAndTruename( + list($alias, $truename) = PMA_getAliasAndTrueName( $tooltip_aliasname, $current_table, $tooltip_truename ); @@ -318,7 +318,10 @@ $response->addHTML('
' + return '
' . '' - . $common_functions->getIcon( + . PMA_CommonFunctions::getInstance()->getIcon( 'b_print.png', __('Print view'), true ) . ''; +} - $html_output .= '' - . $common_functions->getIcon( +/** + * Get HTML links "Data Dictionary" options + * + * @param string $url_query url query + * + * @return string $html_output + */ +function PMA_getDataDictionaryLink($url_query) +{ + return '' + . PMA_CommonFunctions::getInstance()->getIcon( 'b_tblanalyse.png', __('Data Dictionary'), true ) . '' . '
'; - - return $html_output; } /** @@ -756,7 +763,7 @@ function PMA_TableHeader($db_is_information_schema = false, $replication = false .'' . "\n" .'