-
<%= scope.textPresentTitle %>
-
+
<%= scope.textPresentTitle %>
+
-
@@ -153,22 +153,102 @@
- <%= scope.textAuthor %>
-
+
<%= scope.textOwner %>
+
-
-
<%= scope.textLoading %>
+
<%= scope.textLoading %>
-
<%= scope.textCreateDate %>
-
+
<%= scope.textUploaded %>
+
-
-
<%= scope.textLoading %>
+
<%= scope.textLoading %>
+
+
+
+
+
<%= scope.textSubject %>
+
+
+ -
+
+
<%= scope.textLoading %>
+
+
+
+
+
<%= scope.textTitle %>
+
+
+ -
+
+
<%= scope.textLoading %>
+
+
+
+
+
+
+
<%= scope.textLastModified %>
+
+
+ -
+
+
<%= scope.textLoading %>
+
+
+
+
+
<%= scope.textLastModifiedBy %>
+
+
+ -
+
+
<%= scope.textLoading %>
+
+
+
+
+
<%= scope.textCreated %>
+
+
+ -
+
+
<%= scope.textLoading %>
+
+
+
+
+
<%= scope.textApplication %>
+
+
+ -
+
+
<%= scope.textLoading %>
+
+
+
+
+
<%= scope.textAuthor %>
+
+
+ -
+
+
<%= scope.textLoading %>
diff --git a/apps/presentationeditor/mobile/app/view/Settings.js b/apps/presentationeditor/mobile/app/view/Settings.js
index d9d893ab1a..e37e566f6f 100644
--- a/apps/presentationeditor/mobile/app/view/Settings.js
+++ b/apps/presentationeditor/mobile/app/view/Settings.js
@@ -168,13 +168,6 @@ define([
showInfo: function () {
this.showPage('#settings-info-view');
-
- var document = Common.SharedSettings.get('document') || {},
- info = document.info || {};
-
- $('#settings-presentation-title').html(document.title ? document.title : this.unknownText);
- $('#settings-presentation-autor').html(info.author ? info.author : this.unknownText);
- $('#settings-presentation-date').html(info.created ? info.created : this.unknownText);
},
showDownload: function () {
@@ -248,7 +241,16 @@ define([
textPoint: 'Point',
textInch: 'Inch',
textColorSchemes: 'Color Schemes',
- textCollaboration: 'Collaboration'
+ textCollaboration: 'Collaboration',
+ textSubject: 'Subject',
+ textTitle: 'Title',
+ textComment: 'Comment',
+ textOwner: 'Owner',
+ textApplication : 'Application',
+ textCreated: 'Created',
+ textLastModified: 'Last Modified',
+ textLastModifiedBy: 'Last Modified By',
+ textUploaded: 'Uploaded'
}
})(), PE.Views.Settings || {}))
});
\ No newline at end of file