blob: 2513ae7fb7acc79e08074625565cae228257dd43 [file]
<header>
<h2>
Schichtübergabe Protokoll
</h2>
</header>
<div id="print-section" class="dialog">
<div class="panel panel-default margin-zero">
<app-message-banner></app-message-banner>
<div class="panel-body shift-change-protocol-panel-body">
<app-responsibility #respCompVar [responsiblitySelection]="responsibilitiesContainer"></app-responsibility>
<app-future-notifications [withCheckboxes]="true" [withEditButtons]="false" [isCollapsible]="false" [stayHidden]="false"></app-future-notifications>
<app-open-notifications [withCheckboxes]="true" [withEditButtons]="false" [isCollapsible]="false" [stayHidden]="false"></app-open-notifications>
<app-finished-notifications [withCheckboxes]="true" [withEditButtons]="false" [isCollapsible]="false" [stayHidden]="false"></app-finished-notifications>
</div>
</div>
</div>
<div class="margin-top">
<button class="btn btn-primary btn-sm" (click)="respCompVar.confirm()" autofocus>Übernehmen</button>
<button class="btn btn-primary btn-sm" (click)="close()">Abbrechen</button>
</div>