2
0
forked from Wavyzz/dolibarr

Merge remote-tracking branch 'upstream/develop' into GenericFunctionsFunctionCallArgumentSpacing

This commit is contained in:
Frédéric FRANCE
2019-02-10 11:08:59 +01:00
35 changed files with 168 additions and 181 deletions

View File

@@ -3014,6 +3014,7 @@ function img_picto($titlealt, $picto, $moreatt = '', $pictoisfullpath = false, $
elseif ($pictowithoutext == 'edit') {
$fakey = 'fa-pencil';
$facolor = '#444';
if (! empty($conf->global->MAIN_USE_FONT_AWESOME_5)) $fakey = 'fa-pencil-alt';
}
elseif ($pictowithoutext == 'filter') {
$fakey = 'fa-'.$pictowithoutext;