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 0aefaf039d19ef51d714122232b425779de09d9f..26b6315debc4ad3054372db8f3bc40620381f9fe 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