From 7eb4818739d7003058cfb007e2e40aa3d38d8ef0 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Mon, 30 Mar 2020 23:16:24 +0300 Subject: [PATCH] layout set tooltip --- application/Espo/Resources/i18n/en_US/Portal.json | 1 + application/Espo/Resources/i18n/en_US/Team.json | 2 +- application/Espo/Resources/metadata/entityDefs/Portal.json | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/application/Espo/Resources/i18n/en_US/Portal.json b/application/Espo/Resources/i18n/en_US/Portal.json index 69568d4a83..dd7330c6b5 100644 --- a/application/Espo/Resources/i18n/en_US/Portal.json +++ b/application/Espo/Resources/i18n/en_US/Portal.json @@ -28,6 +28,7 @@ "notes": "Notes" }, "tooltips": { + "layoutSet": "Provides the ability to have layouts that differ from standard ones.", "portalRoles": "Specified Portal Roles will be applied to all users of this portal." }, "labels": { diff --git a/application/Espo/Resources/i18n/en_US/Team.json b/application/Espo/Resources/i18n/en_US/Team.json index 7dcfde817c..5c6ecc043f 100644 --- a/application/Espo/Resources/i18n/en_US/Team.json +++ b/application/Espo/Resources/i18n/en_US/Team.json @@ -13,7 +13,7 @@ "inboundEmails": "Group Email Accounts" }, "tooltips": { - "layoutSet": "Provides the ability to have layouts that differs from standard ones. Layout Set will be applied to users who have this team set as Default Team.", + "layoutSet": "Provides the ability to have layouts that differ from standard ones. Layout Set will be applied to users who have this team set as Default Team.", "roles": "Access Roles. Users of this team obtain access control level from selected roles.", "positionList": "Available positions in this team. E.g. Salesperson, Manager." }, diff --git a/application/Espo/Resources/metadata/entityDefs/Portal.json b/application/Espo/Resources/metadata/entityDefs/Portal.json index c82c8d4feb..a5f5adc467 100644 --- a/application/Espo/Resources/metadata/entityDefs/Portal.json +++ b/application/Espo/Resources/metadata/entityDefs/Portal.json @@ -95,7 +95,8 @@ "type": "url" }, "layoutSet": { - "type": "link" + "type": "link", + "tooltip": true }, "modifiedAt": { "type": "datetime",