[DE] Disable insert footnotes button when paragraph is locked.

This commit is contained in:
Julia Radzhabova 2016-12-28 14:05:01 +03:00
parent a67e3d7790
commit 1ed82bd37a

View file

@ -743,7 +743,7 @@ define([
iconCls : 'btn-notes',
menu : true
});
this.toolbarControls.push(this.btnNotes);
this.paragraphControls.push(this.btnNotes);
this.btnMailRecepients= new Common.UI.Button({
id : 'id-toolbar-btn-mailrecepients',