mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-06-30 18:15:11 +00:00
[ADF-3822] Add Create Library button on mobile view (#4106)
This commit is contained in:
parent
06e45bb29e
commit
21710cfcff
@ -143,7 +143,8 @@
|
|||||||
"THEME": "Select a theme",
|
"THEME": "Select a theme",
|
||||||
"SHOW_VERSION": "Show version",
|
"SHOW_VERSION": "Show version",
|
||||||
"HIDE_VERSION": "Hide version",
|
"HIDE_VERSION": "Hide version",
|
||||||
"LISTVIEW": "List view mode"
|
"LISTVIEW": "List view mode",
|
||||||
|
"CREATE_LIBRARY": "Create Library"
|
||||||
},
|
},
|
||||||
"ACTIONS": {
|
"ACTIONS": {
|
||||||
"VERSIONS": "Manage versions",
|
"VERSIONS": "Manage versions",
|
||||||
|
@ -173,6 +173,11 @@
|
|||||||
<mat-icon>create_new_folder</mat-icon>
|
<mat-icon>create_new_folder</mat-icon>
|
||||||
<span>{{ 'DOCUMENT_LIST.TOOLBAR.NEW_FOLDER' | translate }}</span>
|
<span>{{ 'DOCUMENT_LIST.TOOLBAR.NEW_FOLDER' | translate }}</span>
|
||||||
</button>
|
</button>
|
||||||
|
<button mat-menu-item
|
||||||
|
(click)="createLibrary()">
|
||||||
|
<mat-icon>library_add</mat-icon>
|
||||||
|
<span>{{ 'DOCUMENT_LIST.TOOLBAR.CREATE_LIBRARY' | translate }}</span>
|
||||||
|
</button>
|
||||||
<button mat-menu-item
|
<button mat-menu-item
|
||||||
[disabled]="!canEditFolder(documentList.selection)"
|
[disabled]="!canEditFolder(documentList.selection)"
|
||||||
(error)="openSnackMessage($event)"
|
(error)="openSnackMessage($event)"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user