mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 17:13:03 +01:00
Fix fontawesome v5 compatibility
This commit is contained in:
@@ -261,7 +261,7 @@ class ModeleBoxes // Can't be abtract as it is instantiated to build "empty" box
|
||||
$label = $head['text'];
|
||||
//if (!empty($head['graph'])) $label.=' ('.$langs->trans("Graph").')';
|
||||
if (!empty($head['graph'])) {
|
||||
$label .= ' <span class="opacitymedium fa fa-bar-chart"></span>';
|
||||
$label .= ' <span class="opacitymedium fas fa-chart-bar"></span>';
|
||||
}
|
||||
$out .= '<input type="hidden" id="boxlabelentry'.$this->box_id.'" value="'.dol_escape_htmltag($label).'">';
|
||||
//$out.= '</td></tr></table>';
|
||||
|
||||
Reference in New Issue
Block a user