diff --git a/apps/documenteditor/main/app/template/StatusBar.template b/apps/documenteditor/main/app/template/StatusBar.template index 432727a260..78b8456fc4 100644 --- a/apps/documenteditor/main/app/template/StatusBar.template +++ b/apps/documenteditor/main/app/template/StatusBar.template @@ -1,9 +1,9 @@
- +
diff --git a/apps/documenteditor/main/app/view/Statusbar.js b/apps/documenteditor/main/app/view/Statusbar.js index 6e07c9eb78..9a9a065314 100644 --- a/apps/documenteditor/main/app/view/Statusbar.js +++ b/apps/documenteditor/main/app/view/Statusbar.js @@ -102,7 +102,8 @@ define([ render: function () { var me = this; this.$el.html(this.template({ - scope: this + textGotoPage: this.goToPageText, + textPageNumber: Common.Utils.String.format(this.pageIndexText, 1, 1) })); this.btnZoomToPage = new Common.UI.Button({