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