From d769917dfc025fbc003eb5d2027a2ac19cca227d Mon Sep 17 00:00:00 2001 From: Pablo Aragon Date: Mon, 15 Apr 2024 14:19:46 +0200 Subject: [PATCH] 13389-Add references in reports headers --- pandora_console/include/functions_reporting_html.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pandora_console/include/functions_reporting_html.php b/pandora_console/include/functions_reporting_html.php index 4869343a84..03c920f577 100644 --- a/pandora_console/include/functions_reporting_html.php +++ b/pandora_console/include/functions_reporting_html.php @@ -112,8 +112,8 @@ function reporting_html_header( } $data[] = $title.$sizhfin; - $data[] = $sizh.$subtitle.$sizhfin; - $data[] = "
".$sizh.$date_text.$sizhfin.'
'; + $data[] = $sizh.__('Group').': '.$subtitle.$sizhfin; + $data[] = '
'.$sizh.__('Data time').': '.$sizhfin."
".$sizh.$date_text.$sizhfin.'
'; } array_push($table->data, $data); @@ -194,6 +194,9 @@ function reporting_html_print_report($report, $mini=false, $report_info=1, $cust $table->head = []; $table->colspan = []; $table->rowstyle = ['background-color: #686868']; + $table->size[0] = '33%'; + $table->size[1] = '33%'; + $table->size[2] = '33%'; if (isset($item['label']) && $item['label'] != '') { $id_agent = $item['id_agent'];