X-Git-Url: https://git.llucax.com/mecon/samurai.git/blobdiff_plain/09dba8cedfb5642bb1d85935dff4dec2773c0b9e..9fd9d78f9bec6f20f70e9f75a0b60830152eb8c6:/sistema/www/perfiles/perfiles.php
diff --git a/sistema/www/perfiles/perfiles.php b/sistema/www/perfiles/perfiles.php
index d159788..d0e6f46 100644
--- a/sistema/www/perfiles/perfiles.php
+++ b/sistema/www/perfiles/perfiles.php
@@ -61,12 +61,13 @@ if (!@$_SESSION['samurai']['id_sistema']) {
//Agrego la posibilidad de seleccionar otro sistema para trabajar.
$row = array ();
- $row[] = 'Seleccionar otro sistema para trabajar.';
+ $row[] = 'Seleccionar otro sistema para trabajar.';
//Agrego el link a nuevo
if ($SAMURAI_PERM->tiene(SAMURAI_PERM_PERFIL_ALTA)) {
$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)) {