X-Git-Url: https://git.llucax.com/mecon/samurai.git/blobdiff_plain/cf8ed4717ba525933230f5869b8840090205faf1..9fd9d78f9bec6f20f70e9f75a0b60830152eb8c6:/sistema/www/perfiles/perfiles.php diff --git a/sistema/www/perfiles/perfiles.php b/sistema/www/perfiles/perfiles.php index 1cc9eef..d0e6f46 100644 --- a/sistema/www/perfiles/perfiles.php +++ b/sistema/www/perfiles/perfiles.php @@ -67,6 +67,7 @@ if (!@$_SESSION['samurai']['id_sistema']) { $row[] = 'Ingresar Nuevo Perfil'; } $TABLA2->addRow($row,'align=right'); + $TABLA2->updateColAttributes(0,'align=left'); //Genero la cabecera de la tabla $row = array ('Id','DescripciĆ³n'); if ($SAMURAI_PERM->tiene(SAMURAI_PERM_PERFIL_MODIF)) {