X-Git-Url: https://git.llucax.com/mecon/samurai.git/blobdiff_plain/10542daf46438502fdc1ab6b874ba17636687b2c..9fd9d78f9bec6f20f70e9f75a0b60830152eb8c6:/sistema/www/perfiles/perfiles.php
diff --git a/sistema/www/perfiles/perfiles.php b/sistema/www/perfiles/perfiles.php
index 98ac2c0..d0e6f46 100644
--- a/sistema/www/perfiles/perfiles.php
+++ b/sistema/www/perfiles/perfiles.php
@@ -59,11 +59,15 @@ if (!@$_SESSION['samurai']['id_sistema']) {
$row = array ($imagen->toHtml().' SISTEMA: '.$SISTEMA->getNombre().'');
$TABLA3->addRow($row,'align=left');
+ //Agrego la posibilidad de seleccionar otro sistema para trabajar.
+ $row = array ();
+ $row[] = 'Seleccionar otro sistema para trabajar.';
//Agrego el link a nuevo
if ($SAMURAI_PERM->tiene(SAMURAI_PERM_PERFIL_ALTA)) {
- $row = array ('Ingresar Nuevo Perfil');
- $TABLA2->addRow($row,'align=right');
+ $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)) {