fixed tab main data. Ticket #3641.
This commit is contained in:
parent
b6164485b6
commit
a15955a9e0
|
@ -1846,8 +1846,10 @@ if ($idReport != 0) {
|
||||||
else {
|
else {
|
||||||
$temp = $buttons['main'];
|
$temp = $buttons['main'];
|
||||||
$buttons = null;
|
$buttons = null;
|
||||||
$buttons['main'] = $temp;
|
$buttons = array(
|
||||||
$buttons['main']['active'] = true;
|
'main' => array('active' => true,
|
||||||
|
'text' => '<a href="index.php?sec=reporting&sec2=godmode/reporting/reporting_builder&tab=main&action=new&pure=' .$pure.'">' .
|
||||||
|
html_print_image("images/op_reporting.png", true, array ("title" => __('Main data'))) .'</a>'));
|
||||||
$textReportName = '';
|
$textReportName = '';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue