mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
* configuration support for version manager * checkbox for version deletion demo * i18n support for version manager * deleting versions * confirmation dialog for version deletion * readme update * update schema * update code as per code review * update i18n resources for demo shell * unit tests
8 lines
450 B
HTML
8 lines
450 B
HTML
<header mat-dialog-title>{{'VERSION.DIALOG.TITLE' | translate}}</header>
|
|
<section mat-dialog-content>
|
|
<adf-version-manager [node]="contentEntry" [allowDownload]="allowDownload" [showComments]="showComments" (uploadError)="uploadError($event)"></adf-version-manager>
|
|
</section>
|
|
<footer mat-dialog-actions fxLayout="row" fxLayoutAlign="end center">
|
|
<button mat-button (click)="close()">{{'VERSION.DIALOG.CLOSE' | translate}}</button>
|
|
</footer>
|