mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-04 16:12:39 +01:00
Debug v21
This commit is contained in:
@@ -13018,7 +13018,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