require_once 'SAMURAI/Permiso.php';
// }}}
// }}}
+//VERIFICO SI SE TIENE ACCESO A LA PAGINA{{{
+$SAMURAI_PERM->chequear(SAMURAI_DEVELOPER);
+//}}}
//OBTENGO EL ID DEL SISTEMA {{{
//El id de sistema viene por get o por post, no hay otra posibilidad
$idSistema = 0;
// }}}
//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 {{{
$aHrefModif = $aHref.'<img src="/MECON/images/general_modificar.gif" border="0" alt="Modificar"></a>';
$aHrefElim = $aHref.'<img src="/MECON/images/general_eliminar.gif" border="0" alt="Eliminar" ></a>';
- $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 );
// }}}
//OPCION VOLVER {{{
- $TABLAVOLVER = new Tabla ('cellspacing=0');
+ $TABLAVOLVER = new MECON_HTML_Tabla ('cellspacing=0');
$row = array ('<a href="sistemas" alt="Volver a la lista de Sistemas" ><img src="/MECON/images/general_volver4.gif" border="0"> Volver a Sistemas</a>');
$TABLAVOLVER->addRow($row,'align=left');
// }}}
//DIBUJO LA PAGINA {{{
- $MARCO = new Marco ('../../conf/confSecciones.php');
$MARCO->addBody($TABLAVOLVER);
$MARCO->addTitle('Asociar Permisos y Sistemas');
//AGREGO LA TABLA DEL SISTEMA