1
0
Fork 0

mejoras en la vista de aplicacion

This commit is contained in:
humano 2017-10-29 21:21:27 -05:00
parent 1d8eb6a9d8
commit 17b4dda7e9
1 changed files with 3 additions and 3 deletions

View File

@ -430,9 +430,9 @@ if ($variable !=''){
if($geo[0] != "") {
$mapa = "
<a name='mapa'></a>
<div class=' '>
<iframe class='' src='mapero.php?id=$form' width='100%' height='900px;' webkitAllowFullScreen mozallowfullscreen allowFullScreen ></iframe>
</div>";
<iframe class='' src='mapero.php?id=$form' width='100%' height='800px;' webkitAllowFullScreen mozallowfullscreen allowFullScreen ></iframe>
";
}else {$mapa = "";}
$estadisticas = portal_listado_campos("$form");
$acciones= formulario_acciones("$form","aplicacion");