From 1a058239dfe1357c4b59077445d0c3fa3551eae0 Mon Sep 17 00:00:00 2001 From: Pek5892 Date: Fri, 6 Oct 2023 12:58:56 +0200 Subject: [PATCH] Fix sblocco coordinate --- modules/anagrafiche/modals/posizione.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/anagrafiche/modals/posizione.php b/modules/anagrafiche/modals/posizione.php index f5dcd0e93..c3bd8f613 100644 --- a/modules/anagrafiche/modals/posizione.php +++ b/modules/anagrafiche/modals/posizione.php @@ -36,11 +36,11 @@ echo '
- {[ "type": "text", "label": "'.tr('Latitudine').'", "name": "lat", "value": "'.$record['lat'].'", "extra": "data-geo=\'lat\'", "class": "text-right", "readonly": true ]} + {[ "type": "text", "label": "'.tr('Latitudine').'", "name": "lat", "value": "'.$record['lat'].'", "extra": "data-geo=\'lat\'", "class": "text-right" ]}
- {[ "type": "text", "label": "'.tr('Longitudine').'", "name": "lng", "value": "'.$record['lng'].'", "extra": "data-geo=\'lng\'", "class": "text-right", "readonly": true ]} + {[ "type": "text", "label": "'.tr('Longitudine').'", "name": "lng", "value": "'.$record['lng'].'", "extra": "data-geo=\'lng\'", "class": "text-right" ]}