X-Git-Url: https://git.llucax.com/mecon/samurai.git/blobdiff_plain/a3c3c4bd5f700396b8aa650bb1095d15766a9845..ae54c437912b1b019bebb0ea137ced664d8dc299:/sistema/www/sistemas/sistemas.php diff --git a/sistema/www/sistemas/sistemas.php b/sistema/www/sistemas/sistemas.php index 0485b1a..8c96533 100644 --- a/sistema/www/sistemas/sistemas.php +++ b/sistema/www/sistemas/sistemas.php @@ -33,7 +33,7 @@ $MARCO =& new MECON_Marco ('/var/www/sistemas/samurai/sistema/conf/confSecciones $aHref = ''; $aHrefModif = $aHref.'Modificar Sistema'; $aHrefElim = $aHref.'Eliminar Sistema'; - $aHrefPerm = 'Definir Permisos'; + $aHrefPerm = 'Definir Permisos'; //VEO SI HAY QUE ELEGIR EN QUE SISTEMA TRABAJAR {{{ if (!@$_SESSION['samurai']['id_sistema']) { header('Location: ./../sel-sistema?redirect=sistemas/sistemas'); @@ -43,7 +43,7 @@ $MARCO =& new MECON_Marco ('/var/www/sistemas/samurai/sistema/conf/confSecciones $sistemas = SAMURAI_Sistema::getSistemas($DB); $TABLA2 = new MECON_HTML_Tabla ('cellspacing=0'); - $row = array ('Seleccionar otro sistema para trabajar', $aHref.'Ingresar Nuevo Sistema'); + $row = array ('Seleccionar otro sistema para trabajar', $aHref.'Ingresar Nuevo Sistema'); $TABLA2->addRow($row); $TABLA2->updateColAttributes(0,'align="left"'); $TABLA2->updateColAttributes(1,'align="right"');