2010-07-15 Miguel de Dios <miguel.dedios@artica.es>
* godmode/gis_maps/configure_gis_map.php: fixed typo in the tip. Fixes: #3029895 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3011 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
e0abf2865d
commit
df50420cb8
|
@ -1,3 +1,8 @@
|
|||
2010-07-15 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* godmode/gis_maps/configure_gis_map.php: fixed typo in the tip.
|
||||
Fixes: #3029895
|
||||
|
||||
2010-07-15 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* include/functions_html.php: added the function "print_select_groups" to
|
||||
|
|
|
@ -320,7 +320,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 between the connections in the map'), true). ": " . $iconError;
|
||||
$table->data[1][1] = "<table class='databox' border='0' id='map_connection'>
|
||||
<tr>
|
||||
<td>
|
||||
|
|
Loading…
Reference in New Issue