mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
Added title in custom reports
This commit is contained in:
parent
a5c1caab1f
commit
2b11d8cd7c
@ -2068,9 +2068,9 @@ else {
|
|||||||
$buttons = null;
|
$buttons = null;
|
||||||
$buttons = array(
|
$buttons = array(
|
||||||
'main' => array('active' => true,
|
'main' => array('active' => true,
|
||||||
'text' => '<a href="index.php?sec=reporting&sec2=godmode/reporting/reporting_builder&tab=main&action=new&pure=' .$pure.'">' .
|
'text' => '<a href="index.php?sec=reporting&sec2=godmode/reporting/reporting_builder&pure=' .$pure.'">' .
|
||||||
html_print_image("images/op_reporting.png", true, array ("title" => __('Main data'))) .'</a>'));
|
html_print_image("images/report_list.png", true, array ("title" => __('Reports list'))) .'</a>'));
|
||||||
$textReportName = '';
|
$textReportName = __('Create Custom Report');
|
||||||
}
|
}
|
||||||
|
|
||||||
// Page header for metaconsole
|
// Page header for metaconsole
|
||||||
|
Loading…
x
Reference in New Issue
Block a user