25 lines
1.1 KiB
HTML
25 lines
1.1 KiB
HTML
|
<div class="form-container">
|
||
|
<div mat-dialog-title class="row d-flex justify-content-end m-0" (click)="closeDialog()">
|
||
|
<mat-icon class="close-icon">close</mat-icon>
|
||
|
</div>
|
||
|
<div class="row d-flex pt-2 pb-2">
|
||
|
<div class="col">
|
||
|
<div mat-dialog-content class="row">
|
||
|
<div class="col-auto">
|
||
|
<span>{{'GENERAL.DMP-TO-DATASET-DIALOG.FROM-DMP' | translate}} </span>
|
||
|
<span class="color-green">{{'GENERAL.DMP-TO-DATASET-DIALOG.DMP' | translate}}</span>.
|
||
|
<span> {{'GENERAL.DMP-TO-DATASET-DIALOG.TO-DATASET' | translate}} </span>
|
||
|
<span class="color-yellow">{{'GENERAL.DMP-TO-DATASET-DIALOG.DATASET' | translate}} </span>
|
||
|
<span>{{'GENERAL.DMP-TO-DATASET-DIALOG.EDITOR' | translate}}.</span>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div mat-mat-dialog-actions class="row mt-4 pl-3">
|
||
|
<div class="col-auto">
|
||
|
<button mat-raised-button type="button" class="start-btn" (click)="start()">{{'GENERAL.DMP-TO-DATASET-DIALOG.START' | translate}}</button>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
<img class="col-auto ml-auto laptop-img" src="../../../assets/splash/assets/img/2_Sign_in/Png/Sign In - Copy.png" width="116" height="139">
|
||
|
</div>
|
||
|
</div>
|