From 9e5f4b58abbca0edbfe7fbd6494a6ce35497d56a Mon Sep 17 00:00:00 2001 From: Bogdan Cilibiu Date: Wed, 4 Jul 2018 09:03:34 +0300 Subject: [PATCH] config based comments view --- src/app.config.json | 3 +- .../info-drawer/info-drawer.component.html | 38 +++++++++++-------- src/assets/i18n/en.json | 3 +- 3 files changed, 27 insertions(+), 17 deletions(-) diff --git a/src/app.config.json b/src/app.config.json index 0673d0896..7d6ef8fba 100644 --- a/src/app.config.json +++ b/src/app.config.json @@ -9,7 +9,8 @@ "© 2017 - 2018 Alfresco Software, Inc. All rights reserved." }, "experimental": { - "libraries": false + "libraries": false, + "comments": false }, "headerColor": "#2196F3", "languagePicker": false, diff --git a/src/app/components/info-drawer/info-drawer.component.html b/src/app/components/info-drawer/info-drawer.component.html index 985ebec34..828271da4 100644 --- a/src/app/components/info-drawer/info-drawer.component.html +++ b/src/app/components/info-drawer/info-drawer.component.html @@ -12,21 +12,29 @@ - - - - - + + + + + - -
- face - {{ 'VERSION.SELECTION.EMPTY' | translate }} -
-
-
+ + + + + + + + +
+ face + {{ 'VERSION.SELECTION.EMPTY' | translate }} +
+
+
+
diff --git a/src/assets/i18n/en.json b/src/assets/i18n/en.json index 189470c16..a9dfa968d 100644 --- a/src/assets/i18n/en.json +++ b/src/assets/i18n/en.json @@ -232,7 +232,8 @@ "TITLE": "Details", "TABS": { "PROPERTIES": "Properties", - "VERSIONS": "Versions" + "VERSIONS": "Versions", + "COMMENTS": "Comments" } } },