diff --git a/dmp-frontend/src/app/ui/dmp/overview/dmp-overview.component.html b/dmp-frontend/src/app/ui/dmp/overview/dmp-overview.component.html index 1d2eec1fa..f8a92266d 100644 --- a/dmp-frontend/src/app/ui/dmp/overview/dmp-overview.component.html +++ b/dmp-frontend/src/app/ui/dmp/overview/dmp-overview.component.html @@ -11,16 +11,17 @@ {{ 'DATASET-LISTING.COLUMNS.DMP' | translate }} -

{{ dmp.label }}

+

{{ dmp.label }}

-

+

{{ roleDisplayFromList(dmp.users) }}

-
Public
-
Locked
+
Public: {{ dmp.isPublic}}
+
Locked: {{ dmp.status}}
-
{{'GENERAL.STATUSES.EDIT' | translate}} : {{dmp.modifiedTime | date:"longDate"}}
+
{{'GENERAL.STATUSES.EDIT' | translate}} : + {{dmp.modifiedTime | date:"longDate"}}
{{'DMP-OVERVIEW.GRANT' | translate}}
{{ dmp.grant.label }}
{{'DMP-OVERVIEW.RESEARCHERS' | translate}}
-
-
{{ researcher.name }}
+
+
 
+
{{ researcher.name }},
{{'DATASET-LISTING.COLUMNS.DESCRIPTION' | translate}}
@@ -65,67 +72,119 @@
- -
-
+
+ +
- {{'DMP-LISTING.ACTIONS.ADD-DATASET-SHORT' | translate}}
-
-
- - {{ 'DMP-LISTING.ACTIONS.DEPOSIT' | translate }} -
-
- - {{ 'DMP-LISTING.ACTIONS.EXPORT' | translate }} -
-
- - {{ 'DMP-LISTING.ACTIONS.START-NEW-VERSION' | translate }} -
-
- - {{ 'DMP-LISTING.ACTIONS.MAKE-PUBLIC' | translate }} +
+

{{'DMP-EDITOR.TITLE.SUBTITLE' | translate}}

+
+

{{ dmp.modifiedTime }}

+
+ + +
- -
-
-

{{'DMP-OVERVIEW.DMP-AUTHORS' | translate}}

+
+
+ +

{{ 'DMP-LISTING.ACTIONS.DEPOSIT' | translate }}

-
+
+ +

+ {{ 'DMP-LISTING.ACTIONS.EXPORT' | translate }}

+
+
+ +

{{ 'DMP-LISTING.ACTIONS.START-NEW-VERSION' | translate }} +

+
+
+ +

{{ 'DMP-LISTING.ACTIONS.MAKE-PUBLIC' | translate }}

+
+ + + + + + +
+
+
+

{{ 'DMP-OVERVIEW.DMP-AUTHORS' | translate }}

+
+ +
+ +
+
+

{{ user.name }}

+

{{ roleDisplay(user) }}

+
+
+
+