Merge branch 'ent-5088-Cabecera-de-informes-en-html' into 'develop'

Ent 5088 cabecera de informes en html

See merge request artica/pandorafms!2956
This commit is contained in:
vgilc 2019-12-12 17:58:53 +01:00
commit 3d3ff46d12
2 changed files with 6 additions and 2 deletions

View File

@ -160,11 +160,11 @@ function reporting_html_print_report($report, $mini=false, $report_info=1)
$table->width = '100%';
$table->class = 'databox filters';
$table->rowclass = [];
$table->rowclass[0] = 'datos3';
$table->rowclass[0] = 'datos5';
$table->data = [];
$table->head = [];
$table->colspan = [];
$table->rowstyle = [];
$table->rowstyle = ['background-color: #686868'];
if (isset($item['label']) && $item['label'] != '') {
$id_agent = $item['id_agent'];

View File

@ -239,6 +239,10 @@
padding: 1.3em 0;
}
.datos5 * {
color: #ffffff;
}
/*td.datos_id {
color: #1a313a;
}*/