28 lines
861 B
HTML
28 lines
861 B
HTML
<!--TODO: Use this for all dossier template screens -->
|
|
|
|
<section>
|
|
<div class="page-header">
|
|
<redaction-dossier-template-breadcrumbs class="flex-1"></redaction-dossier-template-breadcrumbs>
|
|
|
|
<div class="flex-1 actions">
|
|
<redaction-dossier-template-actions></redaction-dossier-template-actions>
|
|
|
|
<iqser-circle-button
|
|
[routerLink]="['../..']"
|
|
[tooltip]="'common.close' | translate"
|
|
buttonId="close-view-btn"
|
|
icon="iqser:close"
|
|
tooltipPosition="below"
|
|
></iqser-circle-button>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="content-inner">
|
|
<div class="overlay-shadow"></div>
|
|
|
|
<redaction-admin-side-nav type="dossierTemplates"></redaction-admin-side-nav>
|
|
|
|
<router-outlet></router-outlet>
|
|
</div>
|
|
</section>
|