mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Fixed view icon on report and custom graphs
This commit is contained in:
parent
247343c0b6
commit
0b1e60b8cf
@ -319,7 +319,7 @@ if ($edit_graph) {
|
|||||||
'view' => [
|
'view' => [
|
||||||
'active' => false,
|
'active' => false,
|
||||||
'text' => '<a href="index.php?sec=reporting&sec2=operation/reporting/graph_viewer&view_graph=1&id='.$id_graph.'">'.html_print_image(
|
'text' => '<a href="index.php?sec=reporting&sec2=operation/reporting/graph_viewer&view_graph=1&id='.$id_graph.'">'.html_print_image(
|
||||||
'images/operation.png',
|
'images/eye.png',
|
||||||
true,
|
true,
|
||||||
[
|
[
|
||||||
'title' => __('View graph'),
|
'title' => __('View graph'),
|
||||||
|
@ -3209,7 +3209,7 @@ if ($enterpriseEnable) {
|
|||||||
$buttons['view'] = [
|
$buttons['view'] = [
|
||||||
'active' => false,
|
'active' => false,
|
||||||
'text' => '<a href="index.php?sec=reporting&sec2=operation/reporting/reporting_viewer&id='.$idReport.'&pure='.$pure.'">'.html_print_image(
|
'text' => '<a href="index.php?sec=reporting&sec2=operation/reporting/reporting_viewer&id='.$idReport.'&pure='.$pure.'">'.html_print_image(
|
||||||
'images/operation.png',
|
'images/eye.png',
|
||||||
true,
|
true,
|
||||||
[
|
[
|
||||||
'title' => __('View report'),
|
'title' => __('View report'),
|
||||||
|
@ -196,7 +196,7 @@ if ($view_graph) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
$options['view']['text'] = '<a href="index.php?sec=reporting&sec2=operation/reporting/graph_viewer&view_graph=1&id='.$id_graph.'">'.html_print_image(
|
$options['view']['text'] = '<a href="index.php?sec=reporting&sec2=operation/reporting/graph_viewer&view_graph=1&id='.$id_graph.'">'.html_print_image(
|
||||||
'images/operation.png',
|
'images/eye.png',
|
||||||
true,
|
true,
|
||||||
[
|
[
|
||||||
'title' => __('View graph'),
|
'title' => __('View graph'),
|
||||||
|
@ -125,7 +125,7 @@ if (check_acl_restricted_all($config['id_user'], $report_group, 'RW')) {
|
|||||||
$options['view'] = [
|
$options['view'] = [
|
||||||
'active' => true,
|
'active' => true,
|
||||||
'text' => '<a href="index.php?sec=reporting&sec2=operation/reporting/reporting_viewer&id='.$id_report.'&pure='.$pure.'">'.html_print_image(
|
'text' => '<a href="index.php?sec=reporting&sec2=operation/reporting/reporting_viewer&id='.$id_report.'&pure='.$pure.'">'.html_print_image(
|
||||||
'images/operation.png',
|
'images/eye.png',
|
||||||
true,
|
true,
|
||||||
[
|
[
|
||||||
'title' => __('View report'),
|
'title' => __('View report'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user