X-Git-Url: https://git.llucax.com/mecon/samurai.git/blobdiff_plain/35dc97263ea8ab3af79406a00b8896e55c93d9b3..14e2988c3bc7f1aaff41cd3b502e03ffa8daff89:/sistema/www/sistemas/sistemas-permisos.php?ds=sidebyside diff --git a/sistema/www/sistemas/sistemas-permisos.php b/sistema/www/sistemas/sistemas-permisos.php index a721f80..a107555 100644 --- a/sistema/www/sistemas/sistemas-permisos.php +++ b/sistema/www/sistemas/sistemas-permisos.php @@ -42,8 +42,8 @@ // }}} //CREO LOS OBJETO NECESARIOS {{{ $SISTEMA = new SAMURAI_Sistema ($DB, $idSistema); - $TABLASIST = new Tabla ('cellpadding=2'); - $TABLAPERM = new Tabla ('cellpadding=2'); + $TABLASIST = new MECON_HTML_Tabla ('cellpadding=2'); + $TABLAPERM = new MECON_HTML_Tabla ('cellpadding=2'); $SISTEMA->setResponsable($_SESSION['samurai']['login']); // }}} //AGREGO LA INFORMACION DEL SISTEMA {{{ @@ -59,7 +59,7 @@ $aHrefModif = $aHref.'Modificar'; $aHrefElim = $aHref.'Eliminar'; - $TABLA2 = new Tabla ('cellspacing=0'); + $TABLA2 = new MECON_HTML_Tabla ('cellspacing=0'); $tt = ereg_replace ('##ACCION##' , 'n', $aHref); $tt = ereg_replace ('##PERMISO##', 'p', $tt ); $tt = ereg_replace ('##OBS##' , 'o', $tt ); @@ -89,7 +89,7 @@ // }}} //OPCION VOLVER {{{ - $TABLAVOLVER = new Tabla ('cellspacing=0'); + $TABLAVOLVER = new MECON_HTML_Tabla ('cellspacing=0'); $row = array (' Volver a Sistemas'); $TABLAVOLVER->addRow($row,'align=left'); // }}}