diff --git a/css/style.css b/css/style.css
index b5eb6fc..0f16ee3 100644
--- a/css/style.css
+++ b/css/style.css
@@ -37,7 +37,7 @@ border-color: transparent;
padding-top: 5em;
}
-#lo_ultimo{
+#texto_articulo{
padding-bottom: 3em;
}
@@ -573,7 +573,7 @@ a.dropdown-toggle.img-rounded.visible-xs{
padding-top: 21em;
}
- #lo_ultimo{
+ #texto_articulo{
padding-left: 0px;
padding-right: 0px;
}
diff --git a/funciones/funciones.php b/funciones/funciones.php
index 54cd903..2850d5c 100644
--- a/funciones/funciones.php
+++ b/funciones/funciones.php
@@ -5279,7 +5279,7 @@ $resultado = "
+
$linea
@@ -11286,7 +11286,8 @@ $div ="div_buscador_$name";
//$onchange = " delay(xajax_buscador_select('$id_campo','$form_id',(document.getElementById('buscador_$name').value),'$name','$control','$tipo'),'10500'); document.getElementById('$name').value='';";
$claves = remplacetas("form_campos_valores","id_form_campo","$id_campo","campo_valor","");
$claves= $claves[0];
-$onchange = " delayFunction(function() { javascript:xajax_buscador_select('$id_campo','$form_id',(document.getElementById('buscador_$name').value),'$name','$control','$claves')},0); ; document.getElementById('$name').value='';";
+//$onchange = " delayFunction(function() { javascript:xajax_buscador_select('$id_campo','$form_id',(document.getElementById('buscador_$name').value),'$name','$control','$claves')},0); ; document.getElementById('$name').value='';";
+$onchange = "javascript:xajax_buscador_select('$id_campo','$form_id',(document.getElementById('buscador_$name').value),'$name','$control','$claves'); ; document.getElementById('$name').value='';";
$onclick = " xajax_buscador_select('$id_campo','$form_id','','$name','$control','$tipo'); document.getElementById('$name').value=''; (this).value='';";
$resultado ="
@@ -11423,6 +11424,7 @@ if (mysqli_num_rows($sql)!='0'){
while( $row = mysqli_fetch_array( $sql ) ) {
$campo_descripcion= remplacetas("form_datos","control","$row[control]","contenido"," id_campo = '$descripcion' ");
+$campo_descripcion[0] = trim($campo_descripcion[0]);
$campo_key= remplacetas("form_datos","control","$row[control]","contenido"," id_campo = '$key' ");
if($row['control'] == "$valor") {
@@ -11448,7 +11450,7 @@ $resultado .= "
- $respuesta->addAssign("$div","innerHTML","$resultado $consulta");
+ $respuesta->addAssign("$div","innerHTML","$resultado");
return $respuesta;
}
@@ -13467,6 +13469,44 @@ if($div !='') {
$xajax->registerFunction("eliminar_campo");
+function actualizar_linea($id,$tabla,$formulario,$div) {
+ //$valores ="$formulario[0]";
+ $nombre = $formulario['nombre'];
+ foreach($formulario as $c=>$v){
+
+ $valores .= " $c = '$v',";
+ }
+ $valores = "$valores id_empresa = '$_SESSION[id_empresa]'";
+ $key = limpiar_caracteres($key);
+$respuesta = new xajaxResponse('utf-8');
+ $link=Conectarse();
+ mysqli_set_charset($link, "utf8");
+ //$insertar = "INSERT INTO $tabla set $valores";
+ $edit = "UPDATE $tabla SET $valores WHERE id = '$id' limit 1; ";
+ $sql=mysqli_query($link,$edit);
+ if(mysqli_affected_rows($link) != 0){
+ $respuesta->addAssign("$div","innerHTML","
El registro se insertó con éxito
");
+ // return $respuesta;
+
+ }
+ else{
+ //$respuesta->addAlert("$consulta ");
+ $respuesta->addAssign("$div","innerHTML","Problema al editar los datos");
+ // return $respuesta;
+ }
+if($div !='') {
+ //$respuesta->addAssign($div,"innerHTML","");
+
+ }else{
+ //$respuesta->addAlert("$insertar");
+//$areas = tabla_areas('form_areas','id','nombre,descripcion,estado,orden','',"",'Areas','');
+// $respuesta->addScript("javascript:xajax_tabla_areas('form_areas','id','nombre,descripcion,estado,orden','','','Areas','div_campos')");
+ $respuesta->addAssign("$div","innerHTML","$consulta");
+}
+ return $respuesta;
+}
+$xajax->registerFunction("actualizar_linea");
+
function insertar_campo($tabla,$formulario,$div) {
//$valores ="$formulario[0]";
$nombre = $formulario['nombre'];
diff --git a/index.php b/index.php
index 2208576..7bf8e63 100644
--- a/index.php
+++ b/index.php
@@ -33,7 +33,7 @@ if (isset($_REQUEST['consulta'])) {$consulta = $_REQUEST['consulta'];} else {$co
if (isset($_REQUEST['t'])) {$t = $_REQUEST['t'];} else {$t = "";}
?>
-
+
diff --git a/js/scripts.js b/js/scripts.js
index d0a3024..4d78fab 100644
--- a/js/scripts.js
+++ b/js/scripts.js
@@ -24,7 +24,7 @@ function delayTimer() {
if(restante == 1 ){
//alert(transcurrido);
- location.href="./salir.php";
+ location.href="../../salir.php";
}else{
setTimeout("revisarSession()",2000) ;
}