2
0
forked from Wavyzz/dolibarr

Fix look and feel v13

This commit is contained in:
Laurent Destailleur
2020-12-17 12:09:12 +01:00
parent b0d524beed
commit d0cc93c608
2 changed files with 4 additions and 5 deletions

View File

@@ -8714,7 +8714,7 @@ function dolGetButtonTitle($label, $helpText = '', $iconClass = 'fa fa-file', $u
}
$class = 'btnTitle';
if ($iconClass == 'fa fa-plus-circle') $class .= ' btnTitlePlus';
if (in_array($iconClass, array('fa fa-plus-circle', 'fa fa-comment-dots'))) $class .= ' btnTitlePlus';
$useclassfortooltip = 1;
if (!empty($params['morecss'])) $class .= ' '.$params['morecss'];