Files
wgenerator/src/app/modules/shows/dialog/archive-dialog/archive-dialog.component.html
2026-03-15 22:23:58 +01:00

8 lines
295 B
HTML

<div mat-dialog-content>
<p>Die Veranstaltung wird archiviert und ist danach nichtmehr verfügbar.</p>
</div>
<div mat-dialog-actions>
<button [mat-dialog-close]="false" mat-button>Abbrechen</button>
<button [mat-dialog-close]="true" cdkFocusInitial mat-button>Archivieren</button>
</div>