#12017 Fix see details icon

This commit is contained in:
miguel angel rasteu 2023-09-11 10:40:39 +02:00
parent 8a41aa7f7a
commit 95f84b975c
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,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/eye.png', 'images/see-details@svg.svg',
true, true,
[ [
'title' => __('View report'), 'title' => __('View report'),