forked from qwerty/tupali
paginacion en planilla mejora relacion_print
This commit is contained in:
parent
77b436217b
commit
75fb5182a3
@ -10566,7 +10566,7 @@ $td .= "<td class='planilla_$row[id_campo]' >$imagen</td>";
|
|||||||
elseif($campo_tipo=='29'){ $contenido="<img style=' max-height: 100px;' class='img img-responsive' src='$contenido_completo'>";}
|
elseif($campo_tipo=='29'){ $contenido="<img style=' max-height: 100px;' class='img img-responsive' src='$contenido_completo'>";}
|
||||||
elseif($campo_tipo=='30'){ $contenido= json_render("$contenido_completo","html","$control");}
|
elseif($campo_tipo=='30'){ $contenido= json_render("$contenido_completo","html","$control");}
|
||||||
elseif($campo_tipo=='10'){ // $valor_actual = relacion_render("$formulario","$id_campo","$row[contenido]",'0','relacion_drop');
|
elseif($campo_tipo=='10'){ // $valor_actual = relacion_render("$formulario","$id_campo","$row[contenido]",'0','relacion_drop');
|
||||||
$contenido = relacion_render("$id","$row[id_campo]",$contenido,'5','');
|
$contenido = relacion_render("$id","$row[id_campo]",$contenido,'5','relacion_print');
|
||||||
//$contenido= json_render("$contenido_completo","html","$control");}
|
//$contenido= json_render("$contenido_completo","html","$control");}
|
||||||
//json_render("$valor","csv","$control");
|
//json_render("$valor","csv","$control");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user