Merge pull request #14476 from OPEN-DSI/v10-fix-button-title-attr-id
FIX title button attribute id empty
This commit is contained in:
commit
04be66eab7
@ -8258,7 +8258,7 @@ function dolGetButtonTitle($label, $helpText = '', $iconClass = 'fa fa-file', $u
|
|||||||
$attr['class'] .= ' classfortooltip';
|
$attr['class'] .= ' classfortooltip';
|
||||||
}
|
}
|
||||||
|
|
||||||
if(empty($id)){
|
if(!empty($id)){
|
||||||
$attr['id'] = $id;
|
$attr['id'] = $id;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user