mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
disabled action tooltip (#1304)
This commit is contained in:
committed by
Adina Parpalita
parent
503075143b
commit
4dcb0d2a26
@@ -114,6 +114,7 @@
|
|||||||
"icon": "description",
|
"icon": "description",
|
||||||
"title": "APP.NEW_MENU.MENU_ITEMS.FILE_TEMPLATE",
|
"title": "APP.NEW_MENU.MENU_ITEMS.FILE_TEMPLATE",
|
||||||
"description": "APP.NEW_MENU.MENU_ITEMS.FILE_TEMPLATE",
|
"description": "APP.NEW_MENU.MENU_ITEMS.FILE_TEMPLATE",
|
||||||
|
"description-disabled": "APP.NEW_MENU.TOOLTIPS.CREATE_FILE_NOT_ALLOWED",
|
||||||
"actions": {
|
"actions": {
|
||||||
"click": "CREATE_FILE_FROM_TEMPLATE"
|
"click": "CREATE_FILE_FROM_TEMPLATE"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -63,6 +63,7 @@
|
|||||||
"TOOLTIPS": {
|
"TOOLTIPS": {
|
||||||
"CREATE_FOLDER": "Create new folder",
|
"CREATE_FOLDER": "Create new folder",
|
||||||
"CREATE_FOLDER_NOT_ALLOWED": "Folders cannot be created whilst viewing the current items",
|
"CREATE_FOLDER_NOT_ALLOWED": "Folders cannot be created whilst viewing the current items",
|
||||||
|
"CREATE_FILE_NOT_ALLOWED": "Files cannot be created whilst viewing the current items",
|
||||||
"UPLOAD_FILES": "Select files to upload",
|
"UPLOAD_FILES": "Select files to upload",
|
||||||
"UPLOAD_FILES_NOT_ALLOWED": "Files cannot be uploaded whilst viewing the current items",
|
"UPLOAD_FILES_NOT_ALLOWED": "Files cannot be uploaded whilst viewing the current items",
|
||||||
"UPLOAD_FOLDERS": "Select folders to upload",
|
"UPLOAD_FOLDERS": "Select folders to upload",
|
||||||
|
|||||||
Reference in New Issue
Block a user