mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-10 18:02:34 +01:00
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
This commit is contained in:
@@ -13024,7 +13024,7 @@ function dolGetButtonTitle($label, $helpText = '', $iconClass = 'fa fa-file', $u
|
||||
);
|
||||
|
||||
if (!empty($helpText)) {
|
||||
$attr['title'] = dol_escape_htmltag($helpText);
|
||||
$attr['title'] = $helpText;
|
||||
} elseif ($label) { // empty($attr['title']) &&
|
||||
$attr['title'] = $label;
|
||||
$useclassfortooltip = 0;
|
||||
|
||||
Reference in New Issue
Block a user