From 3b84361a5dceb52764152a1189d8cfee8f44bed6 Mon Sep 17 00:00:00 2001 From: raulmateos Date: Tue, 11 May 2010 17:07:33 +0000 Subject: [PATCH] 2010-05-11 Raul Mateos * godmode/gis_maps/index.php: Updated year. Clean code. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2700 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 4 ++++ pandora_console/godmode/gis_maps/configure_gis_map.php | 9 ++++----- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 92938d0f2c..a1abb2ee84 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,7 @@ +2010-05-11 Raúl Mateos + + * godmode/gis_maps/configure_gis_map.php: Updated year. Clean code. + 2010-05-11 Sergio Martin * godmode/setup/gis_step_2.php: Fixed the creation diff --git a/pandora_console/godmode/gis_maps/configure_gis_map.php b/pandora_console/godmode/gis_maps/configure_gis_map.php index b7393c3866..65bd3f231c 100644 --- a/pandora_console/godmode/gis_maps/configure_gis_map.php +++ b/pandora_console/godmode/gis_maps/configure_gis_map.php @@ -1,7 +1,7 @@ " . __('GIS Maps') . " » " . __('Builder') . ""; $map_name = ''; $map_initial_longitude = ''; $map_initial_latitude = ''; @@ -313,7 +312,7 @@ foreach ($listConnectionTemp as $connectionTemp) { } } -$table->data[1][0] = __("Add Map connection") . print_help_tip (__('At least one map connection must be deffined, it will be possible to change betwwen the connections in the map'), true). ": " . $iconError; +$table->data[1][0] = __("Add Map connection") . print_help_tip (__('At least one map connection must be deffined, it will be possible to change betwwen the connections in the map'), true). ": " . $iconError; $table->data[1][1] = "
@@ -770,12 +769,12 @@ function deleteConnectionMap(idConnectionMap) { function setFieldsRequestAjax(id_conexion) { if (confirm('')) { jQuery.ajax ({ - data: "page=operation/gis_maps/ajax&opt=get_data_conexion&id_conection=" + idConnectionMap, + data: "page=operation/gis_maps/ajax&opt=get_data_conexion&id_conection=" + idConnectionMap, type: "GET", dataType: 'json', url: "ajax.php", timeout: 10000, - success: function (data) { + success: function (data) { if (data.correct) { $("input[name=map_initial_longitude]").val(data.content.initial_longitude); $("input[name=map_initial_latitude]").val(data.content.initial_latitude);