mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACA-1226] Node Metadata - action tooltip
This commit is contained in:
committed by
Denys Vuika
parent
e47030d466
commit
ea631c1043
@@ -32,6 +32,7 @@
|
|||||||
<button mat-icon-button
|
<button mat-icon-button
|
||||||
[color]="infoDrawerOpened ? 'primary' : 'accent'"
|
[color]="infoDrawerOpened ? 'primary' : 'accent'"
|
||||||
*ngIf="documentList.selection.length"
|
*ngIf="documentList.selection.length"
|
||||||
|
title="{{ 'APP.ACTIONS.DETAILS' | translate }}"
|
||||||
(click)="toggleSidebar()">
|
(click)="toggleSidebar()">
|
||||||
<mat-icon>info_outline</mat-icon>
|
<mat-icon>info_outline</mat-icon>
|
||||||
</button>
|
</button>
|
||||||
|
@@ -34,6 +34,7 @@
|
|||||||
<button mat-icon-button
|
<button mat-icon-button
|
||||||
[color]="infoDrawerOpened ? 'primary' : 'accent'"
|
[color]="infoDrawerOpened ? 'primary' : 'accent'"
|
||||||
*ngIf="documentList.selection.length"
|
*ngIf="documentList.selection.length"
|
||||||
|
title="{{ 'APP.ACTIONS.DETAILS' | translate }}"
|
||||||
(click)="toggleSidebar()">
|
(click)="toggleSidebar()">
|
||||||
<mat-icon>info_outline</mat-icon>
|
<mat-icon>info_outline</mat-icon>
|
||||||
</button>
|
</button>
|
||||||
|
@@ -24,6 +24,7 @@
|
|||||||
<button mat-icon-button
|
<button mat-icon-button
|
||||||
[color]="infoDrawerOpened ? 'primary' : 'accent'"
|
[color]="infoDrawerOpened ? 'primary' : 'accent'"
|
||||||
*ngIf="documentList.selection.length"
|
*ngIf="documentList.selection.length"
|
||||||
|
title="{{ 'APP.ACTIONS.DETAILS' | translate }}"
|
||||||
(click)="toggleSidebar()">
|
(click)="toggleSidebar()">
|
||||||
<mat-icon>info_outline</mat-icon>
|
<mat-icon>info_outline</mat-icon>
|
||||||
</button>
|
</button>
|
||||||
|
@@ -24,6 +24,7 @@
|
|||||||
<button mat-icon-button
|
<button mat-icon-button
|
||||||
[color]="infoDrawerOpened ? 'primary' : 'accent'"
|
[color]="infoDrawerOpened ? 'primary' : 'accent'"
|
||||||
*ngIf="documentList.selection.length"
|
*ngIf="documentList.selection.length"
|
||||||
|
title="{{ 'APP.ACTIONS.DETAILS' | translate }}"
|
||||||
(click)="toggleSidebar()">
|
(click)="toggleSidebar()">
|
||||||
<mat-icon>info_outline</mat-icon>
|
<mat-icon>info_outline</mat-icon>
|
||||||
</button>
|
</button>
|
||||||
|
@@ -102,7 +102,8 @@
|
|||||||
"UNDO": "Undo",
|
"UNDO": "Undo",
|
||||||
"RESTORE": "Restore",
|
"RESTORE": "Restore",
|
||||||
"FAVORITE": "Favorite",
|
"FAVORITE": "Favorite",
|
||||||
"UNSHARE": "Unshare"
|
"UNSHARE": "Unshare",
|
||||||
|
"DETAILS": "View details"
|
||||||
},
|
},
|
||||||
"DOCUMENT_LIST": {
|
"DOCUMENT_LIST": {
|
||||||
"COLUMNS": {
|
"COLUMNS": {
|
||||||
|
Reference in New Issue
Block a user