added chart button. Will be used later to draw a chart of the query results.
This commit is contained in:
@@ -2224,6 +2224,12 @@ function PMA_displayResultsOperations($the_disp_mode, $analyzed_sql) {
|
|||||||
'tbl_export.php' . PMA_generate_common_url($_url_params),
|
'tbl_export.php' . PMA_generate_common_url($_url_params),
|
||||||
PMA_getIcon('b_tblexport.png', __('Export'), false, true),
|
PMA_getIcon('b_tblexport.png', __('Export'), false, true),
|
||||||
'', true, true, '') . "\n";
|
'', 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
|
// CREATE VIEW
|
||||||
|
BIN
themes/original/img/b_chart.png
Normal file
BIN
themes/original/img/b_chart.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.0 KiB |
Reference in New Issue
Block a user