From 36ce9858700f9f616d64ebe42f25ca5bd01da2b3 Mon Sep 17 00:00:00 2001 From: humano Date: Sat, 27 Oct 2018 17:16:51 -0500 Subject: [PATCH] mejoras en vista aplicacion --- funciones/funciones.php | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/funciones/funciones.php b/funciones/funciones.php index bb793e0..0358e7a 100644 --- a/funciones/funciones.php +++ b/funciones/funciones.php @@ -13873,7 +13873,7 @@ if (mysqli_num_rows($sql)!='0'){ }else { $size="150" ; } - if($contenido !=""){$contenido = ""; } + if($contenido !=""){$contenido = ""; } else{$contenido=" ";} } elseif($campo_tipo=='14'){ @@ -13887,7 +13887,7 @@ if (mysqli_num_rows($sql)!='0'){ //https://staticmap.openstreetmap.co/staticmap.php?center=40.714728,-73.998672&zoom=14&size=865x512&maptype=mapnik $contenido = " - + "; } else { $contenido =' ';} @@ -13922,7 +13922,7 @@ if (mysqli_num_rows($sql)!='0'){ $size="600" ; if($contenido !=""){ - $imagen = ""; + $imagen = ""; $contenido =""; } else{$contenido=" ";} @@ -14002,8 +14002,9 @@ if (mysqli_num_rows($sql)!='0'){ } - if($tipo=="titulos") { $identificador ="Identificador"; } - else {$identificador =" $control $interaccion_form ";} + if($tipo=="titulos") { $identificador =""; } + else { + $identificador =" $control $interaccion_form ";} $resultado .="$td $identificador "; } else{ @@ -14022,7 +14023,7 @@ elseif( $tipo=='galeria' ) { $resultado ="
$imagen -
    $leyenda
+
    $leyenda
"; return $resultado; @@ -14032,7 +14033,7 @@ elseif($tipo =="array") { return $array; } elseif($tipo =="titulos") { - return "$contenidoIdentificador"; + return "$contenidoIdentificador"; } else{ return $contenido;