|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
<div class="container">
|
|
|
|
|
<h3 mat-dialog-title>Neuen Benutzer</h3>
|
|
|
|
|
<h3 mat-dialog-title>Neuer Nutzer</h3>
|
|
|
|
|
|
|
|
|
|
<form class="mat-dialog-content" (ngSubmit)="submit" #formControl="ngForm">
|
|
|
|
|
|
|
|
|
@ -63,8 +63,8 @@
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div mat-dialog-actions>
|
|
|
|
|
<button mat-button [type]="submit" [disabled]="!formControl.valid" [mat-dialog-close]="1" (click)="confirmAdd()">Save</button>
|
|
|
|
|
<button mat-button (click)="onNoClick()" tabindex="-1">Cancel</button>
|
|
|
|
|
<button mat-button [type]="submit" [disabled]="!formControl.valid" [mat-dialog-close]="1" (click)="confirmAdd()">Erstellen</button>
|
|
|
|
|
<button mat-button (click)="onNoClick()" tabindex="-1">Abbrechen</button>
|
|
|
|
|
</div>
|
|
|
|
|
</form>
|
|
|
|
|
</div>
|
|
|
|
|