From 64c8ff9afe80dbfd63512e41f6f4a74611d802f7 Mon Sep 17 00:00:00 2001 From: fredyrivera Date: Tue, 7 Feb 2017 21:28:43 -0500 Subject: [PATCH] Inclusion de label en campo tipo fecha --- milfs/funciones/funciones.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/milfs/funciones/funciones.php b/milfs/funciones/funciones.php index d2ea13d..6c28e7f 100644 --- a/milfs/funciones/funciones.php +++ b/milfs/funciones/funciones.php @@ -11624,7 +11624,8 @@ if($control !="") { if($campo_obligatorio =='1') {$obligatorio ="danger";}else{$obligatorio ="default";} if($campo_tipo_accion == 'text'){$render = " ";} - elseif($campo_tipo_accion == 'date'){$render = " ";} + elseif($campo_tipo_accion == 'date'){$render = " "; + } elseif($campo_tipo_accion == 'rango'){ $rango = rango("form_campos_valores","campo_valor","id_form_campo","$id_campo","$value","".$id_campo."[".$item."]",""); $render = "$rango $campo_descripcion ";} elseif($campo_tipo_accion == 'mapa'){