mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
Fix toolbar actions have no tooltip set
This commit is contained in:
parent
61013d28cf
commit
c052b2e9af
@ -651,6 +651,7 @@ export class et2_toolbar extends et2_DOMWidget implements et2_IInput
|
||||
|
||||
if (action.caption)
|
||||
{
|
||||
widget.statustext = action.caption;
|
||||
if ((this.countActions <= parseInt(this.view_range) ||
|
||||
this.preference[action.id] || !action.iconUrl) &&
|
||||
!(isCheckbox && isToggleSwitch)) // no caption for slideswitch checkboxes
|
||||
|
Loading…
Reference in New Issue
Block a user