mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Merge branch 'ent-13372-black-theme-resultado-de-item-modules-avg-min-max-value-de-informes-en-negro-se-lee-mal-en' into 'develop'
Ent-13372-black-theme-resultado-de-item-modules-avg-min-max-value-de-informes-en-negro See merge request artica/pandorafms!7156
This commit is contained in:
commit
0c798584c5
@ -5169,7 +5169,7 @@ function reporting_html_value(
|
||||
$table->colspan['data']['cell'] = 3;
|
||||
$table->cellstyle['data']['cell'] = 'text-align: left;';
|
||||
|
||||
$table->data['data']['cell'] = '<p class="bolder" style="font-size: '.$font_size.'; color: #000000;">';
|
||||
$table->data['data']['cell'] = '<p class="bolder" style="font-size: '.$font_size.';">';
|
||||
|
||||
if ($check_empty && empty($item['data']['value'])) {
|
||||
$table->data['data']['cell'] .= __('Unknown');
|
||||
|
Loading…
x
Reference in New Issue
Block a user