X-Git-Url: https://git.llucax.com/mecon/samurai.git/blobdiff_plain/4a91ae5069fc847c7f27e84a8449fbbd0742e2b2..1fce1689d24ee6eed11644946bfa777a06d2ef8e:/sistema/www/perfiles/perfiles.php diff --git a/sistema/www/perfiles/perfiles.php b/sistema/www/perfiles/perfiles.php index 1c98531..b59d770 100644 --- a/sistema/www/perfiles/perfiles.php +++ b/sistema/www/perfiles/perfiles.php @@ -48,7 +48,7 @@ if (!@$_SESSION['samurai']['id_sistema'] || !@$_SESSION['samurai']['login']) { $imagen = new HTML_Image('/MECON/images/vinetas_flecha_doble.gif'); $row = array ($imagen->toHtml().' SISTEMA: '.$SISTEMA->getNombre().''); $TABLA3->addRow($row,'align=left'); - $row = array ('Ingresar Nuevo Perfil'); + $row = array ('Ingresar Nuevo Perfil'); $TABLA2->addRow($row,'align=right'); $row = array ('Id','Descripcion','Tipo','Modif.','Elim.'); $TABLA->addRow($row,'cabecera');