forked from qwerty/tupali
mejoras en la vista de aplicacion
This commit is contained in:
parent
1d8eb6a9d8
commit
17b4dda7e9
@ -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");
|
||||||
|
Loading…
Reference in New Issue
Block a user