mejoras en la vista de aplicacion

This commit is contained in:
humano 2017-10-29 21:21:27 -05:00
parent 1d8eb6a9d8
commit 17b4dda7e9

View File

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