forked from qwerty/tupali
implementacion de plantilla en la vista de informe
This commit is contained in:
parent
7c5ebc40fe
commit
bf8e52e596
@ -161,14 +161,14 @@ if ($variable !=''){
|
||||
$set =$v[1];
|
||||
/// s= SET DE DATOS
|
||||
$embebido = "1";
|
||||
$onload = "".consultar_contenido_formulario("$set",'5','','embebido','')."";
|
||||
$onload = "".consultar_contenido_formulario("$set",'5','','embebido','',"$plantilla")."";
|
||||
|
||||
}
|
||||
elseif($v[0] =='l') {
|
||||
$set =$v[1];
|
||||
/// s= SET DE DATOS
|
||||
$embebido = "1";
|
||||
$onload = "".consultar_contenido_formulario("$set",'','','listado','')."";
|
||||
$onload = "".consultar_contenido_formulario("$set",'',"",'listado','',"$plantilla")."";
|
||||
|
||||
}
|
||||
elseif($v[0] =='I') {
|
||||
|
Loading…
Reference in New Issue
Block a user