Manuel Tauber 2024-08-12 12:08:26 +02:00
commit d6022d4370
1 changed files with 18 additions and 14 deletions

View File

@ -1,3 +1,4 @@
<div style="padding: 20px;">
<p style="margin-top: -3%;">{{this.languageService.lMap.get('implementerDialogHeading')}}</p>
<mat-form-field appearance="fill">
<mat-label>{{this.languageService.lMap.get('implementerDialogLabel')}}</mat-label>
@ -11,7 +12,10 @@
<mat-dialog-actions align="end">
<button [disabled]="diasbled" mat-raised-button matDialogClose>{{this.languageService.lMap.get('implementerDialogCancel')}}</button>
<button [disabled]="bdiasbled" mat-raised-button color="primary" (click)="updateImplementer()">{{this.languageService.lMap.get('implementerDialogApply')}}</button>
<button [disabled]="diasbled" mat-raised-button
matDialogClose>{{this.languageService.lMap.get('implementerDialogCancel')}}</button>
<button [disabled]="bdiasbled" mat-raised-button color="primary"
(click)="updateImplementer()">{{this.languageService.lMap.get('implementerDialogApply')}}</button>
</mat-dialog-actions>
</div>