From 1c10ddd7b8350097090f1f8bf2ddde4b2dbfc1e4 Mon Sep 17 00:00:00 2001 From: Eymen Elkum Date: Thu, 4 Apr 2024 13:49:25 +0300 Subject: [PATCH 01/14] add missing & to google static url --- application/Espo/Classes/TemplateHelpers/GoogleMaps.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/Espo/Classes/TemplateHelpers/GoogleMaps.php b/application/Espo/Classes/TemplateHelpers/GoogleMaps.php index b2aa1f6abe..7bf8c63a1b 100644 --- a/application/Espo/Classes/TemplateHelpers/GoogleMaps.php +++ b/application/Espo/Classes/TemplateHelpers/GoogleMaps.php @@ -165,7 +165,7 @@ class GoogleMaps implements Helper $url = "https://maps.googleapis.com/maps/api/staticmap?" . 'center=' . $addressEncoded . - 'format=' . $format . + '&format=' . $format . '&size=' . $size . '&key=' . $apiKey; From a6c95ff0d501708b65329f8bb0e35dd80f79e3b2 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Fri, 5 Apr 2024 09:37:10 +0300 Subject: [PATCH 02/14] layouts title --- client/res/templates/admin/layouts/grid-panel.tpl | 4 +++- client/res/templates/admin/layouts/grid.tpl | 2 +- client/res/templates/admin/layouts/rows.tpl | 8 +++++++- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/client/res/templates/admin/layouts/grid-panel.tpl b/client/res/templates/admin/layouts/grid-panel.tpl index e15016a826..6cc27743b4 100644 --- a/client/res/templates/admin/layouts/grid-panel.tpl +++ b/client/res/templates/admin/layouts/grid-panel.tpl @@ -45,7 +45,9 @@ {{#if hasCustomLabel}} data-custom-label="{{customLabel}}" {{/if}} - data-no-label="{{noLabel}}" > + data-no-label="{{noLabel}}" + title="{{label}}" + >
{{label}}
{{translate 'Available Fields' scope='Admin'}}