2011-11-07 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* operation/gis_maps/render_view.php: Fixed fullscreen mode. Fixes: #3433780 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5121 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
c081f3ac22
commit
488135bba3
|
@ -1,3 +1,9 @@
|
||||||
|
2011-11-07 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||||
|
|
||||||
|
* operation/gis_maps/render_view.php: Fixed fullscreen mode.
|
||||||
|
|
||||||
|
Fixes: #3433780
|
||||||
|
|
||||||
2011-11-07 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
2011-11-07 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||||
|
|
||||||
* operation/events/events.php: Fixed confirmation in event deletion.
|
* operation/events/events.php: Fixed confirmation in event deletion.
|
||||||
|
|
|
@ -133,7 +133,7 @@ if ($config["pure"] == 0) {
|
||||||
echo "<div id='map' style='width: 99%; height: 500px; border: 1px solid black;' ></div>";
|
echo "<div id='map' style='width: 99%; height: 500px; border: 1px solid black;' ></div>";
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
echo "<div id='map' style='position:absolute;top:40px; z-index:100; width: 98%; height:94%; border: 1px solid black;' ></div>";
|
echo "<div id='map' style='position:absolute;top:40px; z-index:100; width: 98%; height:94%; min-height:500px; border: 1px solid black;' ></div>";
|
||||||
}
|
}
|
||||||
|
|
||||||
gis_print_map('map', $map['zoom_level'], $map['initial_latitude'],
|
gis_print_map('map', $map['zoom_level'], $map['initial_latitude'],
|
||||||
|
|
Loading…
Reference in New Issue