blob: d8b9aad636070cba8cab387f4c24346dec45c6d5 [file] [log] [blame]
<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]="true" [isCollapsible]="false" [stayHidden]="true" [gridId]="'ShiftChangeFutureNot'" (onLookUpNotification)="openDialogLookUpEntry($event)"></app-future-notifications>
<app-open-notifications [withCheckboxes]="true" [withEditButtons]="true" [isCollapsible]="false" [stayHidden]="true" [gridId]="'ShiftChangeOpenNot'" (onLookUpNotification)="openDialogLookUpEntry($event)"></app-open-notifications>
<app-finished-notifications [withCheckboxes]="true" [withEditButtons]="true" [isCollapsible]="false" [stayHidden]="true" [gridId]="'ShiftChangeFinishedNot'" (onLookUpNotification)="openDialogLookUpEntry($event)"></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>