From 4dfa31bdb3e727790261a1bbae8575e17b7b74f2 Mon Sep 17 00:00:00 2001 From: mdtrooper Date: Tue, 20 Jul 2010 10:22:26 +0000 Subject: [PATCH] 2010-07-20 Miguel de Dios * godmode/setup/gis_step_2.php: fixed when the spanish translation have a problematic characters. Fixes: #3029149 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3035 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 6 ++++++ pandora_console/godmode/setup/gis_step_2.php | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 5cf9b208be..7a38e4f8ea 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,9 @@ +2010-07-20 Miguel de Dios + + * godmode/setup/gis_step_2.php: fixed when the spanish translation have a + problematic characters. + Fixes: #3029149 + 2010-07-19 Raúl Mateos * extras/pandoradb_migrate_v3.1_to_v3.2.sql: Updated year. diff --git a/pandora_console/godmode/setup/gis_step_2.php b/pandora_console/godmode/setup/gis_step_2.php index ae0be407fb..f1bd85ef25 100755 --- a/pandora_console/godmode/setup/gis_step_2.php +++ b/pandora_console/godmode/setup/gis_step_2.php @@ -206,7 +206,7 @@ if ($mapConnectionData != null) { // Open Street Map Connection $optionsConnectionOSMTable = '' . '' . - '' . + '' . '' . '' . '
' . __("Tile Server URL") . ':' . htmlentities(__("Tile Server URL"), ENT_QUOTES) . ':' . print_input_text ('url', $mapConnectionDataUrl, '', 45, 90, true) . '
'; @@ -466,6 +466,7 @@ function loadGoogleMap() { */ function selMapConnectionType() { $('#form_map_connection_type').fadeOut("normal"); + switch ($('#sel_type :selected').val()) { case 'OSM': $('#form_map_connection_type').html('').hide();