[DE] Disable insert footnotes button when paragraph is locked.
This commit is contained in:
parent
a67e3d7790
commit
1ed82bd37a
|
@ -743,7 +743,7 @@ define([
|
||||||
iconCls : 'btn-notes',
|
iconCls : 'btn-notes',
|
||||||
menu : true
|
menu : true
|
||||||
});
|
});
|
||||||
this.toolbarControls.push(this.btnNotes);
|
this.paragraphControls.push(this.btnNotes);
|
||||||
|
|
||||||
this.btnMailRecepients= new Common.UI.Button({
|
this.btnMailRecepients= new Common.UI.Button({
|
||||||
id : 'id-toolbar-btn-mailrecepients',
|
id : 'id-toolbar-btn-mailrecepients',
|
||||||
|
|
Loading…
Reference in a new issue