actualizacion funciones.php
This commit is contained in:
parent
a5aa806102
commit
4ff34ceacb
@ -4200,11 +4200,12 @@ $asunto= "Recibiste un mensaje en [$portal_sigla] ";
|
|||||||
*/
|
*/
|
||||||
//$json = json_encode("$valor");
|
//$json = json_encode("$valor");
|
||||||
$descripcion="$_SESSION[id]|";
|
$descripcion="$_SESSION[id]|";
|
||||||
|
$form = remplacetas('form_datos','control',"$identificador",'form_id',"") ;
|
||||||
$menu="
|
$menu="
|
||||||
<div class='form-check'>
|
<div class='form-check'>
|
||||||
<label class='form-check-label' for='$identificador-$campo' >
|
<label class='form-check-label' for='$identificador-$campo' >
|
||||||
<input $checked class=' form-check-input' type='checkbox' value='$valor[0]' id='$identificador-$campo'name ='$identificador-$campo'
|
<input $checked class=' form-check-input' type='checkbox' value='$valor[0]' id='$identificador-$campo'name ='$identificador-$campo'
|
||||||
onchange=\"$(this).attr('value', this.checked ? 1 : 0);xajax_parametrizacion_linea('form_id','$campo',(this.value),'$descripcion','check_$identificador-$campo','','$identificador') \">
|
onchange=\"$(this).attr('value', this.checked ? 1 : 0);xajax_parametrizacion_linea('form_id','$form[0]',(this.value),'$campo','check_$identificador-$campo','','$identificador') \">
|
||||||
<div class='hidden' id='check_$identificador-$campo'></div>
|
<div class='hidden' id='check_$identificador-$campo'></div>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
@ -6936,9 +6937,17 @@ if($sql) {
|
|||||||
return $id;
|
return $id;
|
||||||
}
|
}
|
||||||
}else {
|
}else {
|
||||||
//$respuesta->addAlert("$consulta");
|
|
||||||
|
if($div != "") {
|
||||||
|
$resultado = " $descripcion ";
|
||||||
|
$respuesta->addAssign("$div","innerHTML",$consulta);
|
||||||
|
return $respuesta;
|
||||||
|
}else {
|
||||||
return $consulta;
|
return $consulta;
|
||||||
}
|
}
|
||||||
|
//$respuesta->addAlert("$consulta");
|
||||||
|
//return $consulta;
|
||||||
|
}
|
||||||
///$respuesta->addAssign("$div","innerHTML",$exito);
|
///$respuesta->addAssign("$div","innerHTML",$exito);
|
||||||
return $respuesta;
|
return $respuesta;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user