Merge branch 'ent-6050-tamano-de-la-ventana-de-front-page-for-custom-reports-muy-pequeno-en-los-visual-styles' into 'develop'

Ent 6050 tamano de la ventana de front page for custom reports muy pequeno en los visual styles

See merge request artica/pandorafms!3446
This commit is contained in:
Daniel Rodriguez 2020-09-22 11:11:26 +02:00
commit 422b0ac71d

View File

@ -996,7 +996,7 @@ $row++;
$table_report->width = '100%'; $table_report->width = '100%';
$table_report->class = 'databox filters'; $table_report->class = 'databox filters';
$table_report->style[0] = 'font-weight: bold;'; $table_report->style[0] = 'font-weight: bold;';
$table_report->size[0] = '50%'; $table_report->size[0] = '20%';
$table_report->data = []; $table_report->data = [];
@ -1097,7 +1097,7 @@ $row++;
5, 5,
15, 15,
io_safe_output($config['custom_report_front_header']), io_safe_output($config['custom_report_front_header']),
'style="width: 38em;"', 'style="width: 90%; height: 300px !important;"',
true true
); );
@ -1120,7 +1120,7 @@ $row++;
15, 15,
15, 15,
$custom_report_front_firstpage, $custom_report_front_firstpage,
'style="width: 38em; height: 20em;"', 'style="width: 90%; height: 300px !important;"',
true true
); );
@ -1133,7 +1133,7 @@ $row++;
5, 5,
15, 15,
io_safe_output($config['custom_report_front_footer']), io_safe_output($config['custom_report_front_footer']),
'style="width: 38em;"', 'style="width: 90%; height: 300px !important;"',
true true
); );