X-Git-Url: https://git.llucax.com/mecon/samurai.git/blobdiff_plain/e06899a60cc1bda43249f61aff28f99224b8013f..79cc4f777b6fe9d907ccad24a2fc65246d0253ed:/sistema/www/sistemas/sistemas.php?ds=sidebyside diff --git a/sistema/www/sistemas/sistemas.php b/sistema/www/sistemas/sistemas.php index 59c62ea..6fb38a5 100644 --- a/sistema/www/sistemas/sistemas.php +++ b/sistema/www/sistemas/sistemas.php @@ -22,6 +22,9 @@ require_once 'MECON/HTML/Tabla.php'; require_once 'SAMURAI/Sistema.php'; +//VERIFICO SI SE TIENE ACCESO A LA PAGINA{{{ +$SAMURAI_PERM->chequear(SAMURAI_DEVELOPER); +//}}} $aHrefPopup = ''; $aHref = ''; $aHrefModif = $aHref.'Modificar Sistema'; @@ -35,13 +38,13 @@ $sistemas = SAMURAI_Sistema::getSistemas($DB); - $TABLA2 = new Tabla ('cellspacing=0'); + $TABLA2 = new MECON_HTML_Tabla ('cellspacing=0'); $row = array ('Seleccionar otro sistema para trabajar', $aHref.'Ingresar Nuevo Sistema'); $TABLA2->addRow($row); $TABLA2->setColAlign(0,'left'); $TABLA2->setColAlign(1,'right'); - $TABLA = new Tabla ('cellpadding=2'); + $TABLA = new MECON_HTML_Tabla ('cellpadding=2'); $row = array ('Id','Nombre','Modif.','Elim.','Perm.'); $TABLA->addRow($row,'cabecera');