forked from qwerty/tupali
correccion orden y paginacion en vista b
This commit is contained in:
parent
9a2559ce28
commit
58805949ed
@ -219,7 +219,7 @@ if ($variable !=''){
|
||||
<link rel='stylesheet' href='./librerias/bootstrap-toc/bootstrap-toc.min.css'>
|
||||
<script src='./librerias/bootstrap-toc/bootstrap-toc.min.js'></script>
|
||||
";
|
||||
$orden="DESC";
|
||||
$orden="";
|
||||
|
||||
$menu ="</div>
|
||||
<div class='col-sm-2 hidden-xs hidden-sm' id='caja_lateral_derecha'>
|
||||
|
@ -5114,7 +5114,7 @@ function consultar_contenido_formulario($form,$registros,$pagina,$tipo,$orden,$p
|
||||
$href_5="";
|
||||
$listado_nombres ="";
|
||||
if(isset($_REQUEST['orden'])) { $orden= "$_REQUEST[orden]";}
|
||||
if(isset($_REQUEST['registros'])) { $registros= "$_REQUEST[registros]";}
|
||||
if(isset($_REQUEST['registros'])) { $registros= "$_REQUEST[registros]";}else{$registros='10';}
|
||||
if(isset($_REQUEST['pagina'])) { $pagina= "$_REQUEST[pagina]";}
|
||||
if(isset($_REQUEST['v'])) { $origen= "$_REQUEST[v]";}
|
||||
$campo_orden = remplacetas('form_parametrizacion','campo',"$form",'descripcion'," tabla='form_id' and opcion = 'orden'") ;
|
||||
@ -5300,6 +5300,7 @@ $acciones="
|
||||
}
|
||||
|
||||
$resultado = "
|
||||
|
||||
<a name='cabecera'></a>
|
||||
|
||||
$acciones
|
||||
|
Loading…
Reference in New Issue
Block a user