From 2c63dde440e8f2083a44b6f93ff2280d38df08e1 Mon Sep 17 00:00:00 2001 From: humano Date: Sat, 27 Oct 2018 10:59:31 -0500 Subject: [PATCH] mejoras vista aplicacion --- funciones/funciones.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/funciones/funciones.php b/funciones/funciones.php index 913dad0..e01e567 100644 --- a/funciones/funciones.php +++ b/funciones/funciones.php @@ -13980,6 +13980,7 @@ if (mysqli_num_rows($sql)!='0'){ if($campo_tipo=='18'){ $contenido = "";} if($row['id_campo'] == $campo_interaccion){$clase_interaccion="warning";}else{ $clase_interaccion="";} $td .= "$contenido $col_checkeo_titulo"; + $contenido ="$td"; }else{ $td .= "$contenido $col_checkeo_td"; } @@ -14019,6 +14020,9 @@ elseif($tipo =="array") { //$array["title"]="hola mundos"; return $array; } +elseif($tipo =="titulos") { + return "$contenidoIdentificador"; + } else{ return $contenido; }