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:
commit
3d3ff46d12
|
@ -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'];
|
||||
|
|
|
@ -239,6 +239,10 @@
|
|||
padding: 1.3em 0;
|
||||
}
|
||||
|
||||
.datos5 * {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
/*td.datos_id {
|
||||
color: #1a313a;
|
||||
}*/
|
||||
|
|
Loading…
Reference in New Issue