mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Merge branch 'ent-7246-icono-vista-informes-y-custom-graphs' into 'develop'
Fixed view icon on report and custom graphs See merge request artica/pandorafms!4002
This commit is contained in:
commit
96741c1864
@ -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