forked from Wavyzz/dolibarr
Fix css lost
This commit is contained in:
@@ -3102,7 +3102,7 @@ function img_picto($titlealt, $picto, $moreatt = '', $pictoisfullpath = false, $
|
|||||||
$fakey = 'fa-'.$arrayconvpictotofa[$pictowithouttext];
|
$fakey = 'fa-'.$arrayconvpictotofa[$pictowithouttext];
|
||||||
}
|
}
|
||||||
elseif ($pictowithouttext == 'switch_on') {
|
elseif ($pictowithouttext == 'switch_on') {
|
||||||
$morecss = 'font-status4';
|
$morecss .= ($morecss ? ' ' : '').'font-status4';
|
||||||
$fakey = 'fa-'.$arrayconvpictotofa[$pictowithouttext];
|
$fakey = 'fa-'.$arrayconvpictotofa[$pictowithouttext];
|
||||||
}
|
}
|
||||||
elseif ($pictowithouttext == 'off') {
|
elseif ($pictowithouttext == 'off') {
|
||||||
|
|||||||
Reference in New Issue
Block a user