[ADF-2843] added tooltip for create folder and edit folder icons from Content Services

This commit is contained in:
georgiana-roman
2018-05-09 10:38:39 +03:00
parent 448dccf9b9
commit d5a7abb65b

View File

@@ -75,14 +75,16 @@
[disabled]="!canCreateContent(documentList.folderNode)"
title="{{ 'DOCUMENT_LIST.TOOLBAR.NEW_FOLDER' | translate }}"
(error)="openSnackMessage($event)"
[adf-create-folder]="getDocumentListCurrentFolderId()">
[adf-create-folder]="getDocumentListCurrentFolderId()"
matTooltip="Create folder">
<mat-icon>create_new_folder</mat-icon>
</button>
<button mat-icon-button
[disabled]="!canEditFolder(documentList.selection)"
title="{{ 'DOCUMENT_LIST.TOOLBAR.EDIT_FOLDER' | translate }}"
(error)="openSnackMessage($event)"
[adf-edit-folder]="documentList.selection[0]?.entry">
[adf-edit-folder]="documentList.selection[0]?.entry"
matTooltip="Edit folder">
<mat-icon>create</mat-icon>
</button>
<button mat-icon-button