',
diff --git a/apps/documenteditor/main/app/view/Toolbar.js b/apps/documenteditor/main/app/view/Toolbar.js
index fc879aaf5..cc81c48d9 100644
--- a/apps/documenteditor/main/app/view/Toolbar.js
+++ b/apps/documenteditor/main/app/view/Toolbar.js
@@ -2052,6 +2052,7 @@ define([
createSynchTip: function () {
this.synchTooltip = new Common.UI.SynchronizeTip({
+ extCls: this.mode.isDesktopApp ? 'inc-index' : undefined,
target: this.btnCollabChanges.$el
});
this.synchTooltip.on('dontshowclick', function () {
diff --git a/apps/documenteditor/main/locale/en.json b/apps/documenteditor/main/locale/en.json
index 18a38942d..7a335fa2e 100644
--- a/apps/documenteditor/main/locale/en.json
+++ b/apps/documenteditor/main/locale/en.json
@@ -191,6 +191,7 @@
"Common.Views.OpenDialog.txtPreview": "Preview",
"Common.Views.OpenDialog.txtTitle": "Choose %1 options",
"Common.Views.OpenDialog.txtTitleProtected": "Protected File",
+ "Common.Views.OpenDialog.txtProtected": "Once you enter the password and open the file, the current password to the file will be reset.",
"Common.Views.PasswordDialog.cancelButtonText": "Cancel",
"Common.Views.PasswordDialog.okButtonText": "OK",
"Common.Views.PasswordDialog.txtDescription": "Set a password to protect this document",
@@ -291,7 +292,7 @@
"Common.Views.SignSettingsDialog.textInfoTitle": "Signer Title",
"Common.Views.SignSettingsDialog.textInstructions": "Instructions for Signer",
"Common.Views.SignSettingsDialog.textShowDate": "Show sign date in signature line",
- "Common.Views.SignSettingsDialog.textTitle": "Signature Settings",
+ "Common.Views.SignSettingsDialog.textTitle": "Signature Setup",
"Common.Views.SignSettingsDialog.txtEmpty": "This field is required",
"DE.Controllers.LeftMenu.leavePageText": "All unsaved changes in this document will be lost. Click \"Cancel\" then \"Save\" to save them. Click \"OK\" to discard all the unsaved changes.",
"DE.Controllers.LeftMenu.newDocumentTitle": "Unnamed document",
@@ -321,7 +322,7 @@
"DE.Controllers.Main.errorDatabaseConnection": "External error. Database connection error. Please contact support in case the error persists.",
"DE.Controllers.Main.errorDataRange": "Incorrect data range.",
"DE.Controllers.Main.errorDefaultMessage": "Error code: %1",
- "DE.Controllers.Main.errorFilePassProtect": "The document is password protected and could not be opened.",
+ "DE.Controllers.Main.errorFilePassProtect": "The file is password protected and could not be opened.",
"DE.Controllers.Main.errorForceSave": "An error occurred while saving the file. Please use the 'Download as' option to save the file to your computer hard drive or try again later.",
"DE.Controllers.Main.errorKeyEncrypt": "Unknown key descriptor",
"DE.Controllers.Main.errorKeyExpire": "Key descriptor expired",
diff --git a/apps/documenteditor/main/resources/less/filemenu.less b/apps/documenteditor/main/resources/less/filemenu.less
index a37fdee1a..588b01951 100644
--- a/apps/documenteditor/main/resources/less/filemenu.less
+++ b/apps/documenteditor/main/resources/less/filemenu.less
@@ -373,7 +373,7 @@
}
#panel-protect {
- label, span {
+ label {
font-size: 12px;
}
diff --git a/apps/documenteditor/main/resources/less/toolbar.less b/apps/documenteditor/main/resources/less/toolbar.less
index bbe1c7805..f7c26e5fb 100644
--- a/apps/documenteditor/main/resources/less/toolbar.less
+++ b/apps/documenteditor/main/resources/less/toolbar.less
@@ -30,11 +30,11 @@
position: absolute;
top: 32px;
left: 48px;
- right: 45px;
+ right: 0;
bottom: 0;
opacity: 0;
background-color: @gray-light;
- z-index: @zindex-tooltip + 1;
+ /* z-index: @zindex-tooltip + 1; */
}
.toolbar-group-mask {
diff --git a/apps/documenteditor/mobile/app/controller/Main.js b/apps/documenteditor/mobile/app/controller/Main.js
index 27f11f7a0..bf1613b60 100644
--- a/apps/documenteditor/mobile/app/controller/Main.js
+++ b/apps/documenteditor/mobile/app/controller/Main.js
@@ -1093,7 +1093,7 @@ define([
me._state.openDlg = uiApp.modal({
title: me.advDRMOptions,
- text: me.advDRMEnterPassword,
+ text: me.txtProtected,
afterText: '',
buttons: [
{
@@ -1221,7 +1221,7 @@ define([
errorKeyExpire: 'Key descriptor expired',
errorUsersExceed: 'Count of users was exceed',
errorCoAuthoringDisconnect: 'Server connection lost. You can\'t edit anymore.',
- errorFilePassProtect: 'The document is password protected.',
+ errorFilePassProtect: 'The file is password protected and could not be opened.',
txtEditingMode: 'Set editing mode...',
textAnonymous: 'Anonymous',
loadingDocumentTitleText: 'Loading document',
@@ -1292,7 +1292,8 @@ define([
txtStyle_footnote_text: 'Footnote Text',
txtHeader: "Header",
txtFooter: "Footer",
- warnNoLicenseUsers: 'This version of ONLYOFFICE Editors has certain limitations for concurrent users. If you need more please consider upgrading your current license or purchasing a commercial one.'
+ warnNoLicenseUsers: 'This version of ONLYOFFICE Editors has certain limitations for concurrent users. If you need more please consider upgrading your current license or purchasing a commercial one.',
+ txtProtected: 'Once you enter the password and open the file, the current password to the file will be reset'
}
})(), DE.Controllers.Main || {}))
});
\ No newline at end of file
diff --git a/apps/documenteditor/mobile/locale/en.json b/apps/documenteditor/mobile/locale/en.json
index 117d54e5f..425357bbb 100644
--- a/apps/documenteditor/mobile/locale/en.json
+++ b/apps/documenteditor/mobile/locale/en.json
@@ -37,6 +37,7 @@
"DE.Controllers.EditText.textAuto": "Auto",
"DE.Controllers.EditText.textFonts": "Fonts",
"DE.Controllers.EditText.textPt": "pt",
+ "DE.Controllers.Main.txtProtected": "Once you enter the password and open the file, the current password to the file will be reset",
"DE.Controllers.Main.advDRMEnterPassword": "Enter your password:",
"DE.Controllers.Main.advDRMOptions": "Protected File",
"DE.Controllers.Main.advDRMPassword": "Password",
@@ -58,7 +59,7 @@
"DE.Controllers.Main.errorDatabaseConnection": "External error. Database connection error. Please, contact support.",
"DE.Controllers.Main.errorDataRange": "Incorrect data range.",
"DE.Controllers.Main.errorDefaultMessage": "Error code: %1",
- "DE.Controllers.Main.errorFilePassProtect": "The document is password protected.",
+ "DE.Controllers.Main.errorFilePassProtect": "The file is password protected and could not be opened.",
"DE.Controllers.Main.errorKeyEncrypt": "Unknown key descriptor",
"DE.Controllers.Main.errorKeyExpire": "Key descriptor expired",
"DE.Controllers.Main.errorMailMergeLoadFile": "Loading failed",
diff --git a/apps/presentationeditor/main/app/controller/Main.js b/apps/presentationeditor/main/app/controller/Main.js
index 5aef5119d..327fb95ee 100644
--- a/apps/presentationeditor/main/app/controller/Main.js
+++ b/apps/presentationeditor/main/app/controller/Main.js
@@ -426,7 +426,7 @@ define([
if (this.api && this.api.asc_isDocumentCanSave) {
var cansave = this.api.asc_isDocumentCanSave(),
forcesave = this.appOptions.forcesave,
- isSyncButton = $('.icon', toolbarView.btnSave.cmpEl).hasClass('btn-synch'),
+ isSyncButton = toolbarView.btnCollabChanges.$icon.hasClass('btn-synch'),
isDisabled = !cansave && !isSyncButton && !forcesave || this._state.isDisconnected || this._state.fastCoauth && this._state.usersCount>1 && !forcesave;
toolbarView.btnSave.setDisabled(isDisabled);
}
@@ -1268,7 +1268,7 @@ define([
var toolbarView = this.getApplication().getController('Toolbar').getView('Toolbar');
if (toolbarView) {
- var isSyncButton = $('.icon', toolbarView.btnSave.cmpEl).hasClass('btn-synch'),
+ var isSyncButton = toolbarView.btnCollabChanges.$icon.hasClass('btn-synch'),
forcesave = this.appOptions.forcesave,
isDisabled = !isModified && !isSyncButton && !forcesave || this._state.isDisconnected || this._state.fastCoauth && this._state.usersCount>1 && !forcesave;
toolbarView.btnSave.setDisabled(isDisabled);
@@ -1277,7 +1277,7 @@ define([
onDocumentCanSaveChanged: function (isCanSave) {
var toolbarView = this.getApplication().getController('Toolbar').getView('Toolbar');
if ( toolbarView ) {
- var isSyncButton = $('.icon', toolbarView.btnSave.cmpEl).hasClass('btn-synch'),
+ var isSyncButton = toolbarView.btnCollabChanges.$icon.hasClass('btn-synch'),
forcesave = this.appOptions.forcesave,
isDisabled = !isCanSave && !isSyncButton && !forcesave || this._state.isDisconnected || this._state.fastCoauth && this._state.usersCount>1 && !forcesave;
toolbarView.btnSave.setDisabled(isDisabled);
@@ -1944,7 +1944,7 @@ define([
errorUsersExceed: 'Count of users was exceed',
txtEditingMode: 'Set editing mode...',
errorCoAuthoringDisconnect: 'Server connection lost. You can\'t edit anymore.',
- errorFilePassProtect: 'The document is password protected.',
+ errorFilePassProtect: 'The file is password protected and cannot be opened.',
textAnonymous: 'Anonymous',
txtNeedSynchronize: 'You have an updates',
applyChangesTitleText: 'Loading Data',
diff --git a/apps/presentationeditor/main/app/template/Viewport.template b/apps/presentationeditor/main/app/template/Viewport.template
index 960edecea..5307c1f08 100644
--- a/apps/presentationeditor/main/app/template/Viewport.template
+++ b/apps/presentationeditor/main/app/template/Viewport.template
@@ -1,5 +1,5 @@
',
diff --git a/apps/spreadsheeteditor/main/app/view/Toolbar.js b/apps/spreadsheeteditor/main/app/view/Toolbar.js
index c6373a31e..0721cd4d5 100644
--- a/apps/spreadsheeteditor/main/app/view/Toolbar.js
+++ b/apps/spreadsheeteditor/main/app/view/Toolbar.js
@@ -1756,6 +1756,7 @@ define([
createSynchTip: function () {
this.synchTooltip = new Common.UI.SynchronizeTip({
+ extCls: this.mode.isDesktopApp ? 'inc-index' : undefined,
target: this.btnCollabChanges.$el
});
this.synchTooltip.on('dontshowclick', function() {
diff --git a/apps/spreadsheeteditor/main/locale/en.json b/apps/spreadsheeteditor/main/locale/en.json
index e805b1254..ecca9ec71 100644
--- a/apps/spreadsheeteditor/main/locale/en.json
+++ b/apps/spreadsheeteditor/main/locale/en.json
@@ -113,6 +113,7 @@
"Common.Views.OpenDialog.txtTab": "Tab",
"Common.Views.OpenDialog.txtTitle": "Choose %1 options",
"Common.Views.OpenDialog.txtTitleProtected": "Protected File",
+ "Common.Views.OpenDialog.txtProtected": "Once you enter the password and open the file, the current password to the file will be reset.",
"Common.Views.PasswordDialog.cancelButtonText": "Cancel",
"Common.Views.PasswordDialog.okButtonText": "OK",
"Common.Views.PasswordDialog.txtDescription": "Set a password to protect this document",
@@ -204,7 +205,7 @@
"Common.Views.SignSettingsDialog.textInfoTitle": "Signer Title",
"Common.Views.SignSettingsDialog.textInstructions": "Instructions for Signer",
"Common.Views.SignSettingsDialog.textShowDate": "Show sign date in signature line",
- "Common.Views.SignSettingsDialog.textTitle": "Signature Settings",
+ "Common.Views.SignSettingsDialog.textTitle": "Signature Setup",
"Common.Views.SignSettingsDialog.txtEmpty": "This field is required",
"SSE.Controllers.DocumentHolder.alignmentText": "Alignment",
"SSE.Controllers.DocumentHolder.centerText": "Center",
@@ -366,7 +367,7 @@
"SSE.Controllers.Main.errorDatabaseConnection": "External error. Database connection error. Please contact support in case the error persists.",
"SSE.Controllers.Main.errorDataRange": "Incorrect data range.",
"SSE.Controllers.Main.errorDefaultMessage": "Error code: %1",
- "SSE.Controllers.Main.errorFilePassProtect": "The document is password protected and could not be opened.",
+ "SSE.Controllers.Main.errorFilePassProtect": "The file is password protected and cannot be opened.",
"SSE.Controllers.Main.errorFileRequest": "External error. File request error. Please contact support in case the error persists.",
"SSE.Controllers.Main.errorFileVKey": "External error. Incorrect security key. Please contact support in case the error persists.",
"SSE.Controllers.Main.errorFillRange": "Could not fill the selected range of cells. All the merged cells need to be the same size.",
diff --git a/apps/spreadsheeteditor/main/resources/less/leftmenu.less b/apps/spreadsheeteditor/main/resources/less/leftmenu.less
index 59e7c6ba8..7c96ca0ce 100644
--- a/apps/spreadsheeteditor/main/resources/less/leftmenu.less
+++ b/apps/spreadsheeteditor/main/resources/less/leftmenu.less
@@ -523,7 +523,7 @@
}
#panel-protect {
- label, span {
+ label {
font-size: 12px;
}
diff --git a/apps/spreadsheeteditor/main/resources/less/toolbar.less b/apps/spreadsheeteditor/main/resources/less/toolbar.less
index ebacaa1d5..b737be58a 100644
--- a/apps/spreadsheeteditor/main/resources/less/toolbar.less
+++ b/apps/spreadsheeteditor/main/resources/less/toolbar.less
@@ -47,11 +47,11 @@
position: absolute;
top: 32px;
left: 48px;
- right: 45px;
+ right: 0;
bottom: 0;
opacity: 0;
background-color: @gray-light;
- z-index: @zindex-tooltip + 1;
+ /*z-index: @zindex-tooltip + 1;*/
}
.color-schemas-menu {
diff --git a/apps/spreadsheeteditor/mobile/app/controller/Main.js b/apps/spreadsheeteditor/mobile/app/controller/Main.js
index 01c99eb2f..9ff1c3a98 100644
--- a/apps/spreadsheeteditor/mobile/app/controller/Main.js
+++ b/apps/spreadsheeteditor/mobile/app/controller/Main.js
@@ -1220,7 +1220,7 @@ define([
me._state.openDlg = uiApp.modal({
title: me.advDRMOptions,
- text: me.advDRMEnterPassword,
+ text: me.txtProtected,
afterText: '',
buttons: [
{
@@ -1352,7 +1352,7 @@ define([
errorKeyExpire: 'Key descriptor expired',
errorUsersExceed: 'Count of users was exceed',
errorCoAuthoringDisconnect: 'Server connection lost. You can\'t edit anymore.',
- errorFilePassProtect: 'The document is password protected.',
+ errorFilePassProtect: 'The file is password protected and cannot be opened.',
txtBasicShapes: 'Basic Shapes',
txtFiguredArrows: 'Figured Arrows',
txtMath: 'Math',
@@ -1450,7 +1450,8 @@ define([
txtStyle_Percent: 'Percent',
txtStyle_Comma: 'Comma',
warnNoLicenseUsers: 'This version of ONLYOFFICE Editors has certain limitations for concurrent users. If you need more please consider upgrading your current license or purchasing a commercial one.',
- errorMaxPoints: 'The maximum number of points in series per chart is 4096.'
+ errorMaxPoints: 'The maximum number of points in series per chart is 4096.',
+ txtProtected: 'Once you enter the password and open the file, the current password to the file will be reset'
}
})(), SSE.Controllers.Main || {}))
});
\ No newline at end of file
diff --git a/apps/spreadsheeteditor/mobile/locale/en.json b/apps/spreadsheeteditor/mobile/locale/en.json
index e08b9693f..f624c36c0 100644
--- a/apps/spreadsheeteditor/mobile/locale/en.json
+++ b/apps/spreadsheeteditor/mobile/locale/en.json
@@ -93,6 +93,7 @@
"SSE.Controllers.EditHyperlink.textInvalidRange": "Invalid cells range",
"SSE.Controllers.EditHyperlink.txtNotUrl": "This field should be a URL in the format \"http://www.example.com\"",
"SSE.Controllers.Main.advCSVOptions": "Choose CSV Options",
+ "SSE.Controllers.Main.txtProtected": "Once you enter the password and open the file, the current password to the file will be reset",
"SSE.Controllers.Main.advDRMEnterPassword": "Enter your password:",
"SSE.Controllers.Main.advDRMOptions": "Protected File",
"SSE.Controllers.Main.advDRMPassword": "Password",
@@ -123,7 +124,7 @@
"SSE.Controllers.Main.errorDatabaseConnection": "External error. Database connection error. Please contact support in case the error persists.",
"SSE.Controllers.Main.errorDataRange": "Incorrect data range.",
"SSE.Controllers.Main.errorDefaultMessage": "Error code: %1",
- "SSE.Controllers.Main.errorFilePassProtect": "The document is password protected and could not be opened.",
+ "SSE.Controllers.Main.errorFilePassProtect": "The file is password protected and cannot be opened.",
"SSE.Controllers.Main.errorFileRequest": "External error. File request error. Please contact support in case the error persists.",
"SSE.Controllers.Main.errorFileVKey": "External error. Incorrect security key. Please contact support in case the error persists.",
"SSE.Controllers.Main.errorFillRange": "Could not fill the selected range of cells. All the merged cells need to be the same size.",