[desktop] lost some 'protection' icons (#295)

This commit is contained in:
maxkadushkin 2020-01-13 18:52:09 +03:00 committed by Alexey Golubev
parent 6a9fe67bd4
commit 936c6878d5

View file

@ -119,7 +119,7 @@ define([
if ( this.appConfig.isPasswordSupport ) {
this.btnAddPwd = new Common.UI.Button({
cls: 'btn-toolbar x-huge icon-top',
iconCls: 'btn-ic-protect',
iconCls: 'toolbar__icon btn-ic-protect',
caption: this.txtEncrypt
});
this.btnsAddPwd.push(this.btnAddPwd);
@ -135,7 +135,7 @@ define([
if (this.appConfig.isSignatureSupport) {
this.btnSignature = new Common.UI.Button({
cls: 'btn-toolbar x-huge icon-top',
iconCls: 'btn-ic-signature',
iconCls: 'toolbar__icon btn-ic-signature',
caption: this.txtSignature,
menu: (this.appPrefix !== 'pe-')
});