added chart button. Will be used later to draw a chart of the query results.

This commit is contained in:
Martynas Mickevicius
2010-06-17 19:04:59 +03:00
parent 13c2a8cd24
commit f9d20c8c7a
2 changed files with 6 additions and 0 deletions

View File

@@ -2224,6 +2224,12 @@ function PMA_displayResultsOperations($the_disp_mode, $analyzed_sql) {
'tbl_export.php' . PMA_generate_common_url($_url_params),
PMA_getIcon('b_tblexport.png', __('Export'), false, true),
'', true, true, '') . "\n";
// show chart
echo PMA_linkOrButton(
'tbl_chart.php' . PMA_generate_common_url($_url_params),
PMA_getIcon('b_chart.png', __('Show chart'), false, true),
'', true, true, '') . "\n";
}
// CREATE VIEW

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB