forked from qwerty/tupali
actualizacion funciones.php
This commit is contained in:
parent
9aa36b4b88
commit
93e58bb85b
@ -1351,7 +1351,9 @@ function checklist($id,$registros,$campo,$valor,$accion){
|
|||||||
return $advertencia;
|
return $advertencia;
|
||||||
}
|
}
|
||||||
//select($tabla,$value,$descripcion,$onchange,$where,$nombre,$valor)
|
//select($tabla,$value,$descripcion,$onchange,$where,$nombre,$valor)
|
||||||
|
if($valor !=""){
|
||||||
$filtro = select('form_datos','contenido','contenido',"xajax_checklist($id,$registros,$campo,(this.value),'xajax')","id_campo = '$campo' ",'filtro','');
|
$filtro = select('form_datos','contenido','contenido',"xajax_checklist($id,$registros,$campo,(this.value),'xajax')","id_campo = '$campo' ",'filtro','');
|
||||||
|
}
|
||||||
|
|
||||||
/// PRIVACIDAD
|
/// PRIVACIDAD
|
||||||
if($publico[0] =='1') {}
|
if($publico[0] =='1') {}
|
||||||
@ -4185,13 +4187,21 @@ $asunto= "Recibiste un mensaje en [$portal_sigla] ";
|
|||||||
|
|
||||||
}
|
}
|
||||||
elseif($tipo =="check") {
|
elseif($tipo =="check") {
|
||||||
|
///$css = remplacetas('form_parametrizacion','campo',"index",'descripcion'," tabla='css' and opcion = 'bootstrap' and id_empresa = '$_SESSION[id_empresa]'") ;
|
||||||
|
|
||||||
|
//onclick=\"xajax_parametrizacion_linea('form_id','$id','gusta','$autor_logueado','mensaje_$row[control]','','$row[control]');
|
||||||
|
//parametrizacion_linea($tabla,$campo,$opcion,$descripcion,$div,$script,$item)
|
||||||
|
$valor = remplacetas('form_parametrizacion','campo',"$campo",'opcion'," tabla='form_id' and item = '$identificador' ") ;
|
||||||
|
if($valor[0] ==1){$checked='checked'; }else{$checked='';}
|
||||||
|
|
||||||
$menu="
|
$menu="
|
||||||
<div class='form-check'>
|
<div class='form-check'>
|
||||||
<input class='form-check-input' type='checkbox' value='' id='$identificador-$campo'name ='$identificador-$campo'>
|
<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'
|
||||||
Check
|
onchange=\"$(this).attr('value', this.checked ? 1 : 0);xajax_parametrizacion_linea('form_id','$campo',(this.value),'$_SESSION[id]','check_$identificador-$campo','','$identificador') \">
|
||||||
|
Check <div class='hidden' id='check_$identificador-$campo'></div>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
";
|
";
|
||||||
|
|
||||||
}
|
}
|
||||||
@ -12698,6 +12708,7 @@ function formulario_imprimir_linea($id,$control,$tipo) {
|
|||||||
if($tipo[1] !=""){
|
if($tipo[1] !=""){
|
||||||
$campo_interaccion = "$tipo[1]";
|
$campo_interaccion = "$tipo[1]";
|
||||||
$interaccion_campo =interaccion_identificador("$control","",'check',"$tipo[1]");//"";
|
$interaccion_campo =interaccion_identificador("$control","",'check',"$tipo[1]");//"";
|
||||||
|
$clase_interaccion="warning";
|
||||||
|
|
||||||
}else{
|
}else{
|
||||||
$interaccion_form =interaccion_identificador("$control",'','check','');//"";
|
$interaccion_form =interaccion_identificador("$control",'','check','');//"";
|
||||||
@ -12756,7 +12767,7 @@ $td .= "<td class='planilla_contenido_$row[id_campo]' >$imagen</td>";
|
|||||||
|
|
||||||
if(!isset($_REQUEST['print'])) { $src ="data-src";}else{ $src =" print src"; }
|
if(!isset($_REQUEST['print'])) { $src ="data-src";}else{ $src =" print src"; }
|
||||||
while( $row = mysqli_fetch_array( $sql ) ) {
|
while( $row = mysqli_fetch_array( $sql ) ) {
|
||||||
if($row['id_campo'] == $campo_interaccion){$interaccion = $interaccion_campo;}else{ $interaccion="";}
|
if($row['id_campo'] == $campo_interaccion){$interaccion = $interaccion_campo; $clase_interaccion="warning";}else{ $interaccion=""; $clase_interaccion="";}
|
||||||
|
|
||||||
$campo_tipo = remplacetas('form_campos','id',$row['id_campo'],'campo_tipo',"");
|
$campo_tipo = remplacetas('form_campos','id',$row['id_campo'],'campo_tipo',"");
|
||||||
$campo_tipo =$campo_tipo[0];
|
$campo_tipo =$campo_tipo[0];
|
||||||
@ -12831,14 +12842,14 @@ if(!isset($_REQUEST['print'])) { $src ="data-src";}else{ $src =" print src"; }
|
|||||||
else {$contenido = $contenido;//Markdown(strip_tags ($contenido));
|
else {$contenido = $contenido;//Markdown(strip_tags ($contenido));
|
||||||
}
|
}
|
||||||
|
|
||||||
$csv .= "<td style ='max-width:200px;' class='planilla_contenido_$row[id_campo]'>$contenido $interaccion </td>";
|
$csv .= "<td style ='max-width:200px;' class='planilla_contenido_$row[id_campo] $clase_interaccion'>$contenido $interaccion </td>";
|
||||||
}else{ $csv.="<td class='planilla_contenido_$row[id_campo]'></td>";}
|
}else{ $csv.="<td class='planilla_contenido_$row[id_campo]'></td>";}
|
||||||
}
|
}
|
||||||
elseif($tipo=="array"){
|
elseif($tipo=="array"){
|
||||||
|
|
||||||
if($row[id_campo] == $titulo){$array[title]=$contenido;}
|
if($row['id_campo'] == $titulo){$array['title']=$contenido;}
|
||||||
if($row[id_campo] == $categoria_campo){
|
if($row['id_campo'] == $categoria_campo){
|
||||||
$array[category]=$contenido;
|
$array['category']=$contenido;
|
||||||
|
|
||||||
$categoria_filtro = remplacetas('form_parametrizacion','campo',$id,'descripcion',"tabla='form_id' and opcion = 'categoria:filtro:$row[id_campo]'") ;
|
$categoria_filtro = remplacetas('form_parametrizacion','campo',$id,'descripcion',"tabla='form_id' and opcion = 'categoria:filtro:$row[id_campo]'") ;
|
||||||
$filtro = $categoria_filtro;
|
$filtro = $categoria_filtro;
|
||||||
@ -12892,7 +12903,9 @@ if(!isset($_REQUEST['print'])) { $src ="data-src";}else{ $src =" print src"; }
|
|||||||
|
|
||||||
if($tipo=="titulos" ) {
|
if($tipo=="titulos" ) {
|
||||||
if($campo_tipo=='18'){ $contenido = "";}
|
if($campo_tipo=='18'){ $contenido = "";}
|
||||||
$td .= "<th class='plantilla_titulo_$row[id_campo]' title='$row[id_campo]'>$contenido </th>";
|
if($row['id_campo'] == $campo_interaccion){$clase_interaccion="warning";}else{ $clase_interaccion="";}
|
||||||
|
|
||||||
|
$td .= "<th class='plantilla_titulo_$row[id_campo] $clase_interaccion ' title='$row[id_campo]'>$contenido </th>";
|
||||||
|
|
||||||
}else{
|
}else{
|
||||||
|
|
||||||
@ -12902,7 +12915,7 @@ $td .= "<th class='plantilla_titulo_$row[id_campo]' title='$row[id_campo]'>$cont
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if($tipo=="titulos") { $identificador ="<th class='control_planilla'>Identificador</th>"; }else {$identificador ="<td class='control_planilla'> $control $interaccion_form</td>";}
|
if($tipo=="titulos") { $identificador ="<th class='control_planilla'>Identificador</th>"; }else {$identificador ="<td class='control_planilla $clase_interaccion'> $control $interaccion_form</td>";}
|
||||||
$resultado .="$td $identificador ";
|
$resultado .="$td $identificador ";
|
||||||
}else{
|
}else{
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user