blob: 9053d7240e85531de2d0bf6e1b4d3a8d506d648b [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 zOrder="1"></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'" [enforceShowReadOnly]="true" (onLookUpNotification)="openDialogLookUpEntry($event)" ></app-future-notifications>
<app-open-notifications [withCheckboxes]="true" [withEditButtons]="true" [isCollapsible]="false" [stayHidden]="true" [gridId]="'ShiftChangeFutureNot'" [enforceShowReadOnly]="true" (onLookUpNotification)="openDialogLookUpEntry($event)" ></app-open-notifications>
<app-finished-notifications [withCheckboxes]="true" [withEditButtons]="true" [isCollapsible]="false" [stayHidden]="true" [gridId]="'ShiftChangeFutureNot'" [enforceShowReadOnly]="true" (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>