2
0
forked from Wavyzz/dolibarr

Fix css lost

This commit is contained in:
Laurent Destailleur
2020-01-21 00:56:32 +01:00
parent 2d07a08e55
commit ab5940f28c

View File

@@ -3102,7 +3102,7 @@ function img_picto($titlealt, $picto, $moreatt = '', $pictoisfullpath = false, $
$fakey = 'fa-'.$arrayconvpictotofa[$pictowithouttext];
}
elseif ($pictowithouttext == 'switch_on') {
$morecss = 'font-status4';
$morecss .= ($morecss ? ' ' : '').'font-status4';
$fakey = 'fa-'.$arrayconvpictotofa[$pictowithouttext];
}
elseif ($pictowithouttext == 'off') {