mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
tooltip (#434)
This commit is contained in:
committed by
Denys Vuika
parent
1a53f8d2aa
commit
bf3c86f5f5
@@ -1,9 +1,9 @@
|
||||
<div class="sidenav">
|
||||
<div class="sidenav__section sidenav__section sidenav_action-menu">
|
||||
<adf-sidebar-action-menu [expanded]="showLabel" title="{{'APP.NEW_MENU.LABEL' | translate }}">
|
||||
<adf-sidebar-action-menu [expanded]="showLabel" [attr.title]="'APP.NEW_MENU.TOOLTIP' | translate" title="{{'APP.NEW_MENU.LABEL' | translate }}">
|
||||
<mat-icon sidebar-menu-title-icon >arrow_drop_down</mat-icon>
|
||||
<div sidebar-menu-expand-icon>
|
||||
<mat-icon [title]="'APP.NEW_MENU.LABEL' | translate">queue</mat-icon>
|
||||
<mat-icon [title]="'APP.NEW_MENU.TOOLTIP' | translate">queue</mat-icon>
|
||||
</div>
|
||||
<div sidebar-menu-options>
|
||||
<button
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
},
|
||||
"NEW_MENU": {
|
||||
"LABEL": "New",
|
||||
"TOOLTIP": "Add new files or folders",
|
||||
"MENU_ITEMS": {
|
||||
"CREATE_FOLDER": "Create folder",
|
||||
"UPLOAD_FILE": "Upload file",
|
||||
|
||||
Reference in New Issue
Block a user