diff --git a/apps/common/main/lib/template/CommentsPanel.template b/apps/common/main/lib/template/CommentsPanel.template index 2eed71c2f..5a0bb9a5a 100644 --- a/apps/common/main/lib/template/CommentsPanel.template +++ b/apps/common/main/lib/template/CommentsPanel.template @@ -7,8 +7,8 @@
- - + +
diff --git a/apps/documenteditor/main/app/template/ImageSettingsAdvanced.template b/apps/documenteditor/main/app/template/ImageSettingsAdvanced.template index b549d867e..8af0473dc 100644 --- a/apps/documenteditor/main/app/template/ImageSettingsAdvanced.template +++ b/apps/documenteditor/main/app/template/ImageSettingsAdvanced.template @@ -2,19 +2,19 @@
- -
+
+
- +
diff --git a/apps/documenteditor/main/app/view/ImageSettingsAdvanced.js b/apps/documenteditor/main/app/view/ImageSettingsAdvanced.js index d5bd5ad40..c9a448608 100644 --- a/apps/documenteditor/main/app/view/ImageSettingsAdvanced.js +++ b/apps/documenteditor/main/app/view/ImageSettingsAdvanced.js @@ -117,7 +117,7 @@ define([ 'text!documenteditor/main/app/template/ImageSettingsAdvanced.templat this.spnWidth = new Common.UI.MetricSpinner({ el: $('#image-advanced-spin-width'), step: .1, - width: 80, + width: 70, defaultUnit : "cm", value: '3 cm', maxValue: 55.88, @@ -145,7 +145,7 @@ define([ 'text!documenteditor/main/app/template/ImageSettingsAdvanced.templat this.spnHeight = new Common.UI.MetricSpinner({ el: $('#image-advanced-spin-height'), step: .1, - width: 80, + width: 70, defaultUnit : "cm", value: '3 cm', maxValue: 55.88, diff --git a/apps/presentationeditor/main/app/controller/Main.js b/apps/presentationeditor/main/app/controller/Main.js index 5eb01d701..bb6012a85 100644 --- a/apps/presentationeditor/main/app/controller/Main.js +++ b/apps/presentationeditor/main/app/controller/Main.js @@ -1713,7 +1713,7 @@ define([ var me = this; me.needToUpdateVersion = true; me.onLongActionEnd(Asc.c_oAscAsyncActionType['BlockInteraction'], LoadingDocument); - Common.UI.error({ + Common.UI.warning({ msg: this.errorUpdateVersion, callback: function() { _.defer(function() { diff --git a/apps/presentationeditor/main/app/template/ImageSettingsAdvanced.template b/apps/presentationeditor/main/app/template/ImageSettingsAdvanced.template index 337aff709..1a38e6b2f 100644 --- a/apps/presentationeditor/main/app/template/ImageSettingsAdvanced.template +++ b/apps/presentationeditor/main/app/template/ImageSettingsAdvanced.template @@ -7,19 +7,19 @@ - +
- +
- + diff --git a/apps/presentationeditor/main/app/view/ImageSettingsAdvanced.js b/apps/presentationeditor/main/app/view/ImageSettingsAdvanced.js index 54a874037..665b8fa04 100644 --- a/apps/presentationeditor/main/app/view/ImageSettingsAdvanced.js +++ b/apps/presentationeditor/main/app/view/ImageSettingsAdvanced.js @@ -84,7 +84,7 @@ define([ 'text!presentationeditor/main/app/template/ImageSettingsAdvanced.tem this.spnWidth = new Common.UI.MetricSpinner({ el: $('#image-advanced-spin-width'), step: .1, - width: 80, + width: 70, defaultUnit : "cm", value: '3 cm', maxValue: 55.88, @@ -108,7 +108,7 @@ define([ 'text!presentationeditor/main/app/template/ImageSettingsAdvanced.tem this.spnHeight = new Common.UI.MetricSpinner({ el: $('#image-advanced-spin-height'), step: .1, - width: 80, + width: 70, defaultUnit : "cm", value: '3 cm', maxValue: 55.88, diff --git a/apps/spreadsheeteditor/main/app/controller/Main.js b/apps/spreadsheeteditor/main/app/controller/Main.js index 0a842a0d9..e51c6aeff 100644 --- a/apps/spreadsheeteditor/main/app/controller/Main.js +++ b/apps/spreadsheeteditor/main/app/controller/Main.js @@ -2073,7 +2073,7 @@ define([ var me = this; me.needToUpdateVersion = true; me.onLongActionEnd(Asc.c_oAscAsyncActionType['BlockInteraction'], LoadingDocument); - Common.UI.error({ + Common.UI.warning({ msg: this.errorUpdateVersion, callback: function() { _.defer(function() { diff --git a/apps/spreadsheeteditor/main/app/view/ProtectDialog.js b/apps/spreadsheeteditor/main/app/view/ProtectDialog.js index 970d26f82..3589860e7 100644 --- a/apps/spreadsheeteditor/main/app/view/ProtectDialog.js +++ b/apps/spreadsheeteditor/main/app/view/ProtectDialog.js @@ -53,7 +53,7 @@ define([ title: options.title ? options.title : (options.type=='sheet' ? this.txtSheetTitle : this.txtWBTitle), cls: 'modal-dlg', width: 350, - height: options.type=='sheet' ? 447 : (options.type=='range' ? 338 : 306), + height: 'auto', buttons: options.buttons ? options.buttons : [{ value: 'ok', caption: this.txtProtect