mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-22 05:49:03 +01:00
give buttons in toolbar an individual id based on toolbar-id and action-id
This commit is contained in:
parent
880fc68bc9
commit
3156da0619
@ -158,6 +158,7 @@ var et2_toolbar = et2_DOMWidget.extend(
|
||||
};
|
||||
var button = $j(document.createElement('button'))
|
||||
.addClass("et2_button")
|
||||
.attr('id', this.id+'-'+action.id)
|
||||
.appendTo(this.div);
|
||||
if(action.iconUrl)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user