X-Git-Url: https://git.llucax.com/mecon/samurai.git/blobdiff_plain/5b15a6f7796a86dfeaf9f41911e7cb112f2c6a97..9fd9d78f9bec6f20f70e9f75a0b60830152eb8c6:/sistema/www/perfiles/perfiles.php?ds=sidebyside
diff --git a/sistema/www/perfiles/perfiles.php b/sistema/www/perfiles/perfiles.php
index 1e97289..d0e6f46 100644
--- a/sistema/www/perfiles/perfiles.php
+++ b/sistema/www/perfiles/perfiles.php
@@ -59,13 +59,17 @@ 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','Descripcion');
+ $row = array ('Id','DescripciĆ³n');
if ($SAMURAI_PERM->tiene(SAMURAI_PERM_PERFIL_MODIF)) {
$row[] = 'Modif.';
}