From 927a33bd6aba287ee850dd701b3afa733a36f8fe Mon Sep 17 00:00:00 2001
From: Thisari Muthuwahandi <thisari.muthuwahandi@mni.thm.de>
Date: Mon, 1 Apr 2019 17:44:05 +0200
Subject: [PATCH] Improve export-view

---
 .../comment-export.component.html             | 35 ++++++++++++++-----
 1 file changed, 26 insertions(+), 9 deletions(-)

diff --git a/src/app/components/creator/_dialogs/comment-export/comment-export.component.html b/src/app/components/creator/_dialogs/comment-export/comment-export.component.html
index 0aefaf039..26b6315de 100644
--- a/src/app/components/creator/_dialogs/comment-export/comment-export.component.html
+++ b/src/app/components/creator/_dialogs/comment-export/comment-export.component.html
@@ -1,10 +1,27 @@
-<div fxLayout="column" fxLayoutAlign="center" fxLayoutGap="20px">
- 
-  <div fxLayout="row" fxLayoutAlign="center">
-    <button mat-raised-button color="warn"
-            (click)="onNoClick()">{{ 'comment-page.abort' | translate}}</button>
-    <button mat-raised-button color="accent"
-            (click)="closeDialog(commentBody.value)">{{ 'comment-page.send' | translate}}</button>
-  </div>
-</div>
+<mat-list>
 
+  <mat-list-item>
+    <mat-radio-button>
+    </mat-radio-button>
+  </mat-list-item>
+
+  <mat-list-item>
+    <mat-radio-button>
+
+      <mat-list-item>
+        <mat-radio-button>
+        </mat-radio-button>
+      </mat-list-item>
+
+      <mat-list-item>
+        <mat-radio-button>
+        </mat-radio-button>
+      </mat-list-item>
+
+    </mat-radio-button>
+  </mat-list-item>
+</mat-list>
+<button mat-raised-button color="warn" (click)="dialogRef.close('delete')">Abort
+</button>
+<button mat-raised-button color="primary" (click)="onNoClick()">Export
+</button>
\ No newline at end of file
-- 
GitLab