mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-19 04:46:42 +02:00
give buttons in toolbar an individual id based on toolbar-id and action-id
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user