[DE forms] Fix Bug 54217
This commit is contained in:
parent
126ff5e716
commit
8c554f9f67
|
@ -537,7 +537,7 @@ define([
|
||||||
me.view.btnDownload.setVisible(this.appOptions.canDownload && this.appOptions.canFillForms && !this.appOptions.canSubmitForms);
|
me.view.btnDownload.setVisible(this.appOptions.canDownload && this.appOptions.canFillForms && !this.appOptions.canSubmitForms);
|
||||||
if (me.appOptions.canRequestSaveAs || !!me.appOptions.saveAsUrl) {
|
if (me.appOptions.canRequestSaveAs || !!me.appOptions.saveAsUrl) {
|
||||||
me.view.btnDownload.setCaption(me.textSaveAs);
|
me.view.btnDownload.setCaption(me.textSaveAs);
|
||||||
me.view.btnDownload.updateHint(me.textTipSaveAs);
|
me.view.btnDownload.updateHint(me.textSaveAs);
|
||||||
}
|
}
|
||||||
if (!this.appOptions.canFillForms) {
|
if (!this.appOptions.canFillForms) {
|
||||||
me.view.btnPrev.setVisible(false);
|
me.view.btnPrev.setVisible(false);
|
||||||
|
@ -1780,8 +1780,7 @@ define([
|
||||||
errorSessionToken: 'The connection to the server has been interrupted. Please reload the page.',
|
errorSessionToken: 'The connection to the server has been interrupted. Please reload the page.',
|
||||||
errorBadImageUrl: 'Image url is incorrect',
|
errorBadImageUrl: 'Image url is incorrect',
|
||||||
errorDataEncrypted: 'Encrypted changes have been received, they cannot be deciphered.',
|
errorDataEncrypted: 'Encrypted changes have been received, they cannot be deciphered.',
|
||||||
textSaveAs: 'Save as',
|
textSaveAs: 'Save as PDF'
|
||||||
textTipSaveAs: 'Save as pdf'
|
|
||||||
|
|
||||||
}, DE.Controllers.ApplicationController));
|
}, DE.Controllers.ApplicationController));
|
||||||
|
|
||||||
|
|
|
@ -139,8 +139,7 @@
|
||||||
"DE.Controllers.ApplicationController.errorSessionToken": "The connection to the server has been interrupted. Please reload the page.",
|
"DE.Controllers.ApplicationController.errorSessionToken": "The connection to the server has been interrupted. Please reload the page.",
|
||||||
"DE.Controllers.ApplicationController.errorBadImageUrl": "Image URL is incorrect",
|
"DE.Controllers.ApplicationController.errorBadImageUrl": "Image URL is incorrect",
|
||||||
"DE.Controllers.ApplicationController.errorDataEncrypted": "Encrypted changes have been received, they cannot be deciphered.",
|
"DE.Controllers.ApplicationController.errorDataEncrypted": "Encrypted changes have been received, they cannot be deciphered.",
|
||||||
"DE.Controllers.ApplicationController.textSaveAs": "Save as",
|
"DE.Controllers.ApplicationController.textSaveAs": "Save as PDF",
|
||||||
"DE.Controllers.ApplicationController.textTipSaveAs": "Save as pdf",
|
|
||||||
"DE.Views.ApplicationView.textClear": "Clear All Fields",
|
"DE.Views.ApplicationView.textClear": "Clear All Fields",
|
||||||
"DE.Views.ApplicationView.textCopy": "Copy",
|
"DE.Views.ApplicationView.textCopy": "Copy",
|
||||||
"DE.Views.ApplicationView.textCut": "Cut",
|
"DE.Views.ApplicationView.textCut": "Cut",
|
||||||
|
|
Loading…
Reference in a new issue