diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index b36772b557..9c3735aba6 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,9 @@ +2010-05-14 Miguel de Dios + + * godmode/gis_maps/configure_gis_map.php: fixed the title of button to + "update layer", and now by default the group of new layer is none. + Fixes: #2990762 + 2010-05-14 Sergio Martin * include/functions_db.php diff --git a/pandora_console/godmode/gis_maps/configure_gis_map.php b/pandora_console/godmode/gis_maps/configure_gis_map.php index 33a7542a01..40c772f41c 100644 --- a/pandora_console/godmode/gis_maps/configure_gis_map.php +++ b/pandora_console/godmode/gis_maps/configure_gis_map.php @@ -612,7 +612,7 @@ function newLayer() { agentList = Array(); countAgentList = 0; - setFieldsFormLayer('', 0, true, null); + setFieldsFormLayer('', -1, true, null); $("#form_layer_table").css('visibility', 'visible'); $("#hidden-layer_edit_id_form").val(''); $("input[name=save_layer]").val(''); @@ -703,7 +703,7 @@ function saveLayer() { hightlightRow(id); editLayer(id); - $("input[name=save_layer]").val(''); + $("input[name=save_layer]").val(''); } function deleteAgentLayer(idRow) {