2010-05-14 Miguel de Dios <miguel.dedios@artica.es>
* 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 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2728 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
d8d2d23ba1
commit
249d4d65a5
|
@ -1,3 +1,9 @@
|
|||
2010-05-14 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* 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 <sergio.martin@artica.es>
|
||||
|
||||
* include/functions_db.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('<?php echo __("Save Layer"); ?>');
|
||||
|
@ -703,7 +703,7 @@ function saveLayer() {
|
|||
hightlightRow(id);
|
||||
|
||||
editLayer(id);
|
||||
$("input[name=save_layer]").val('<?php echo __("Edit Layer"); ?>');
|
||||
$("input[name=save_layer]").val('<?php echo __("Update Layer"); ?>');
|
||||
}
|
||||
|
||||
function deleteAgentLayer(idRow) {
|
||||
|
|
Loading…
Reference in New Issue