require_once 'SAMURAI/Sistema.php';
//VERIFICO SI SE TIENE ACCESO A LA PAGINA{{{
-$SAMURAI_PERM->chequear(SAMURAI_DEVELOPER);
+$SAMURAI_PERM->chequear(SAMURAI_PERM_DEVELOPER);
//}}}
$aHrefPopup = '<a href="" onClick="window.open(\'sistemas-datos?id_sistema=##SISTEMA##\',\'sistemasdatos\',\'height=400,width=400,scrollbars=yes\');return false;">';
$aHref = '<a href="sistemas-abm?accion=##ACCION##&idSistema=##NUEVO##">';
);
$TABLA->addRow($row);
}
+ $TABLA->updateColAttributes(0, 'width="5%"');
+ $TABLA->updateColAttributes(2, 'width="8%"');
+ $TABLA->updateColAttributes(3, 'width="8%"');
+ $TABLA->updateColAttributes(4, 'width="8%"');
//Agrego las cosas al cuerpo de la pagina