forked from qwerty/tupali
actualizacion funciones.php
This commit is contained in:
parent
93e58bb85b
commit
a5aa806102
@ -4193,13 +4193,19 @@ $asunto= "Recibiste un mensaje en [$portal_sigla] ";
|
|||||||
//parametrizacion_linea($tabla,$campo,$opcion,$descripcion,$div,$script,$item)
|
//parametrizacion_linea($tabla,$campo,$opcion,$descripcion,$div,$script,$item)
|
||||||
$valor = remplacetas('form_parametrizacion','campo',"$campo",'opcion'," tabla='form_id' and item = '$identificador' ") ;
|
$valor = remplacetas('form_parametrizacion','campo',"$campo",'opcion'," tabla='form_id' and item = '$identificador' ") ;
|
||||||
if($valor[0] ==1){$checked='checked'; }else{$checked='';}
|
if($valor[0] ==1){$checked='checked'; }else{$checked='';}
|
||||||
|
//$descripcion = array();
|
||||||
|
/* $descripcion['usuario'] = "usuario";$_SESSION['id'];
|
||||||
|
$descripcion['timestamp'] = time();
|
||||||
|
$descripcion_json = json_encode($descripcion);
|
||||||
|
*/
|
||||||
|
//$json = json_encode("$valor");
|
||||||
|
$descripcion="$_SESSION[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),'$_SESSION[id]','check_$identificador-$campo','','$identificador') \">
|
onchange=\"$(this).attr('value', this.checked ? 1 : 0);xajax_parametrizacion_linea('form_id','$campo',(this.value),'$descripcion','check_$identificador-$campo','','$identificador') \">
|
||||||
Check <div class='hidden' id='check_$identificador-$campo'></div>
|
<div class='hidden' id='check_$identificador-$campo'></div>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
";
|
";
|
||||||
|
Loading…
Reference in New Issue
Block a user