Improve custom graph interface / 3 - #66

This commit is contained in:
enriquecd 2017-02-28 12:27:01 +01:00
parent d95cd086d2
commit 43572bd93c
1 changed files with 3 additions and 0 deletions

View File

@ -198,6 +198,9 @@ if ($change_label) {
if ($edit_graph) {
$buttons = array(
'graph_list' => array('active' => false,
'text' => '<a href="index.php?sec=reporting&sec2=godmode/reporting/graphs">' .
html_print_image("images/list.png", true, array ("title" => __('Graph list'))) .'</a>'),
'main' => array('active' => false,
'text' => '<a href="index.php?sec=reporting&sec2=godmode/reporting/graph_builder&tab=main&edit_graph=1&id=' . $id_graph . '">' .
html_print_image("images/chart.png", true, array ("title" => __('Main data'))) .'</a>'),