X-Git-Url: https://git.llucax.com/mecon/samurai.git/blobdiff_plain/2c6b8b8d402937bf451ea8c2d76290eeff15247c..9fd9d78f9bec6f20f70e9f75a0b60830152eb8c6:/sistema/www/perfiles/perfiles.php
diff --git a/sistema/www/perfiles/perfiles.php b/sistema/www/perfiles/perfiles.php
index 131bbff..d0e6f46 100644
--- a/sistema/www/perfiles/perfiles.php
+++ b/sistema/www/perfiles/perfiles.php
@@ -60,14 +60,14 @@ if (!@$_SESSION['samurai']['id_sistema']) {
$TABLA3->addRow($row,'align=left');
//Agrego la posibilidad de seleccionar otro sistema para trabajar.
- $row[] = '';
+ $row = array ();
+ $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)) {