From c007d4f068ff248953799102898819e0e6dfd6d2 Mon Sep 17 00:00:00 2001 From: juanmanuelr Date: Mon, 5 Sep 2011 10:00:39 +0000 Subject: [PATCH] 2011-09-05 Juan Manuel Ramon * godmode/setup/gis_step_2.php: Changed style in titles to match new style pattern. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4900 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 5 +++++ pandora_console/godmode/setup/gis_step_2.php | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index c83190baec..cb6ab05cd0 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2011-09-05 Juan Manuel Ramon + + * godmode/setup/gis_step_2.php: Changed style in titles to match + new style pattern. + 2011-09-05 Miguel de Dios * godmode/gis_maps/configure_gis_map.php: fixed the form to create or diff --git a/pandora_console/godmode/setup/gis_step_2.php b/pandora_console/godmode/setup/gis_step_2.php index 5bebc25f01..3ac737553c 100755 --- a/pandora_console/godmode/setup/gis_step_2.php +++ b/pandora_console/godmode/setup/gis_step_2.php @@ -159,7 +159,7 @@ $table->data[2][1] = html_print_input_text ('num_levels_zoom', $mapConnection_nu $table->data[3][0] = __('Default zoom level') . ui_print_help_tip (__('Zoom level used when the map is opened'), true). ":"; $table->data[3][1] = html_print_input_text ('initial_zoom', $mapConnection_defaultZoom, '', 4, 10, true); -echo "

" . __('Basic configuration') . "

"; +echo "

" . __('Basic configuration') . "

"; html_print_table($table); $table->width = '60%'; @@ -170,7 +170,7 @@ $types["Static_Image"] = __('Static Image'); $table->data[0][0] = __('Type') . ":"; $table->data[0][1] = html_print_select($types, 'sel_type', $mapConnection_type, "selMapConnectionType();", __('Please select the connection type'), 0, true); -echo "

" . __('Map connection type') . "

"; +echo "

" . __('Map connection type') . "

"; html_print_table ($table); $optionsConnectionTypeTable = ''; @@ -275,7 +275,7 @@ if ($mapConnectionData != null) { echo "
" . $optionsConnectionTypeTable . "
"; -echo "

" . __('Preview to select the center of the map and the default position of an agent without gis data') . "

"; +echo "

" . __('Preview to select the center of the map and the default position of an agent without gis data') . "


"; html_print_button(__("Load preview map"),'button_refresh', false, 'refreshMapView();', 'class="sub"'); echo "

"; echo "
";