mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
* [ACA-1221] Integrate the component as it currently is on ADF. add versions as a modal * refactor scss file * remove permission check from directive * emit event on node type error
10 lines
426 B
HTML
10 lines
426 B
HTML
<div class="version-manager-dialog-adapter">
|
|
<header mat-dialog-title>{{'VERSION.DIALOG.TITLE' | translate}}</header>
|
|
<section mat-dialog-content>
|
|
<adf-version-manager [node]="contentEntry" (uploadError)="uploadError($event)"></adf-version-manager>
|
|
</section>
|
|
<footer mat-dialog-actions>
|
|
<button mat-button (click)="close()">{{'VERSION.DIALOG.CLOSE' | translate}}</button>
|
|
</footer>
|
|
</div>
|