version_1.1
This commit is contained in:
parent
c9272ae768
commit
bb4589ded4
|
|
@ -51,7 +51,7 @@ switch ($_GET["op"]) {
|
||||||
$rspta=$articulo->mostrar($idarticulo);
|
$rspta=$articulo->mostrar($idarticulo);
|
||||||
echo json_encode($rspta);
|
echo json_encode($rspta);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 'listar':
|
case 'listar':
|
||||||
$rspta=$articulo->listar();
|
$rspta=$articulo->listar();
|
||||||
$data=Array();
|
$data=Array();
|
||||||
|
|
|
||||||
|
|
@ -33,6 +33,16 @@ if ($_SESSION['acceso']==1) {
|
||||||
<!--centro-->
|
<!--centro-->
|
||||||
<div class="panel-body table-responsive" id="listadoregistros">
|
<div class="panel-body table-responsive" id="listadoregistros">
|
||||||
<table id="tbllistado" class="table table-striped table-bordered table-condensed table-hover">
|
<table id="tbllistado" class="table table-striped table-bordered table-condensed table-hover">
|
||||||
|
<colgroup>
|
||||||
|
<col width="5%">
|
||||||
|
<col width="30%">
|
||||||
|
<col width="5%">
|
||||||
|
<col width="15%">
|
||||||
|
<col width="5%">
|
||||||
|
<col width="5%">
|
||||||
|
<col width="30%">
|
||||||
|
<col width="5%">
|
||||||
|
</colgroup>
|
||||||
<thead>
|
<thead>
|
||||||
<th>Opciones</th>
|
<th>Opciones</th>
|
||||||
<th>Nombre</th>
|
<th>Nombre</th>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user