2012-03-22 Sergio Martin <sergio.martin@artica.es>
* godmode/reporting/graph_builder.php: Reallocate the "View graph" button to the original place in the combined graphs section git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5812 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
610a8d2a1b
commit
6b85f707dc
|
@ -1,3 +1,9 @@
|
|||
2012-03-22 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* godmode/reporting/graph_builder.php: Reallocate
|
||||
the "View graph" button to the original place in
|
||||
the combined graphs section
|
||||
|
||||
2012-03-22 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* include/functions_html.php
|
||||
|
|
|
@ -160,15 +160,15 @@ if($change_weight){
|
|||
|
||||
if($edit_graph) {
|
||||
$buttons = array(
|
||||
'view' => array('active' => false,
|
||||
'text' => '<a href="index.php?sec=reporting&sec2=operation/reporting/graph_viewer&view_graph=1&id=' . $id_graph . '">' .
|
||||
html_print_image("images/chart_curve.png", true, array ("title" => __('View graph'))) .'</a>'),
|
||||
'main' => array('active' => false,
|
||||
'text' => '<a href="index.php?sec=greporting&sec2=godmode/reporting/graph_builder&tab=main&edit_graph=1&id=' . $id_graph . '">' .
|
||||
html_print_image("images/setup.png", true, array ("title" => __('Setup'))) .'</a>'),
|
||||
'graph_editor' => array('active' => false,
|
||||
'text' => '<a href="index.php?sec=greporting&sec2=godmode/reporting/graph_builder&tab=graph_editor&edit_graph=1&id=' . $id_graph . '">' .
|
||||
html_print_image("images/config.png", true, array ("title" => __('Graph editor'))) .'</a>')
|
||||
html_print_image("images/config.png", true, array ("title" => __('Graph editor'))) .'</a>'),
|
||||
'view' => array('active' => false,
|
||||
'text' => '<a href="index.php?sec=reporting&sec2=operation/reporting/graph_viewer&view_graph=1&id=' . $id_graph . '">' .
|
||||
html_print_image("images/chart_curve.png", true, array ("title" => __('View graph'))) .'</a>')
|
||||
);
|
||||
|
||||
$buttons[$active_tab]['active'] = true;
|
||||
|
|
Loading…
Reference in New Issue