forked from extern/egroupware
Add id to Add button for link-add widget
This commit is contained in:
parent
7a3d0e50da
commit
4471a45147
@ -1689,7 +1689,7 @@ var et2_link_add = et2_inputWidget.extend(
|
||||
value: this.options.application ? this.options.application : this.options.value && this.options.value.add_app ? this.options.value.add_app : null
|
||||
}) ,this);
|
||||
this.div.append(this.app_select.getDOMNode());
|
||||
this.button = et2_createWidget("button", {label: this.egw().lang("add")}, this);
|
||||
this.button = et2_createWidget("button", {id:this.options.id+"_add",label: this.egw().lang("add")}, this);
|
||||
this.button.set_label(this.egw().lang("add"));
|
||||
var self = this;
|
||||
this.button.click = function() {
|
||||
|
Loading…
Reference in New Issue
Block a user