fix tooltip project
This commit is contained in:
parent
723708f13d
commit
26452c9644
@ -1323,8 +1323,7 @@ class Project extends CommonObject
|
|||||||
$dataparams = '';
|
$dataparams = '';
|
||||||
if (getDolGlobalInt('MAIN_ENABLE_AJAX_TOOLTIP')) {
|
if (getDolGlobalInt('MAIN_ENABLE_AJAX_TOOLTIP')) {
|
||||||
$classfortooltip = 'classforajaxtooltip';
|
$classfortooltip = 'classforajaxtooltip';
|
||||||
$dataparams = ' data-params='.json_encode($params);
|
$dataparams = " data-params='".json_encode($params)."'";
|
||||||
// $label = $langs->trans('Loading');
|
|
||||||
}
|
}
|
||||||
$label = implode($this->getTooltipContentArray($params));
|
$label = implode($this->getTooltipContentArray($params));
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user