2
0
forked from Wavyzz/dolibarr

Merge pull request #9914 from frederic34/patch-27

make play and playdisable equals
This commit is contained in:
Laurent Destailleur
2018-10-30 14:49:54 +01:00
committed by GitHub

View File

@@ -3237,6 +3237,9 @@ function img_picto($titlealt, $picto, $moreatt = '', $pictoisfullpath = false, $
elseif ($pictowithoutext == 'playdisabled') {
$fakey = 'fa-play';
$facolor = '#ccc';
} elseif ($pictowithoutext == 'play') {
$fakey = 'fa-play';
$facolor = '#444';
}
else {
$fakey = 'fa-'.$pictowithoutext;