2010-03-03 Miguel de Dios <miguel.dedios@artica.es>

* operation/gis_maps/render_view.php: close in the end a unclose php tag.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2454 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
mdtrooper 2010-03-03 09:25:10 +00:00
parent fd1aed871e
commit 3b1616262f
2 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2010-03-03 Miguel de Dios <miguel.dedios@artica.es>
* operation/gis_maps/render_view.php: close in the end a unclose php tag.
2010-03-03 Miguel de Dios <miguel.dedios@artica.es>
* operation/agentes/gis_view.php: fix "Call-time pass-by-reference" for

View File

@ -158,11 +158,10 @@ if ($layers != false) {
activateAjaxRefresh($layers, $timestampLastOperation);
}
?>
<?php
if ($config["pure"] == 0) {
echo "<div id='map' style='width: 99%; height: 500px; border: 1px solid black;' ></div>";
}
else {
echo "<div id='map' style='position:absolute;top:40px; z-index:100; width: 98%; height:94%; border: 1px solid black;' ></div>";
}
}
?>