X-Git-Url: https://git.llucax.com/mecon/samurai.git/blobdiff_plain/14e2988c3bc7f1aaff41cd3b502e03ffa8daff89..f3692172201650cb32cd500e1add6f5735b02a8c:/sistema/www/sistemas/sistemas.php?ds=sidebyside
diff --git a/sistema/www/sistemas/sistemas.php b/sistema/www/sistemas/sistemas.php
index 1f80fc1..5bcd329 100644
--- a/sistema/www/sistemas/sistemas.php
+++ b/sistema/www/sistemas/sistemas.php
@@ -22,14 +22,17 @@
require_once 'MECON/HTML/Tabla.php';
require_once 'SAMURAI/Sistema.php';
+//VERIFICO SI SE TIENE ACCESO A LA PAGINA{{{
+$SAMURAI_PERM->chequear(SAMURAI_PERM_DEVELOPER);
+//}}}
$aHrefPopup = '';
$aHref = '';
$aHrefModif = $aHref.'';
$aHrefElim = $aHref.'';
$aHrefPerm = '';
//VEO SI HAY QUE ELEGIR EN QUE SISTEMA TRABAJAR {{{
- if (!@$_SESSION['samurai']['id_sistema'] || !@$_SESSION['samurai']['login']) {
- header('Location: ./../sel-sistema');
+ if (!@$_SESSION['samurai']['id_sistema']) {
+ header('Location: ./../sel-sistema?redirect=sistemas/sistemas');
}
// }}}
@@ -62,6 +65,10 @@
);
$TABLA->addRow($row);
}
+ $TABLA->updateColAttributes(0, 'width="5%"');
+ $TABLA->updateColAttributes(2, 'width="8%"');
+ $TABLA->updateColAttributes(3, 'width="8%"');
+ $TABLA->updateColAttributes(4, 'width="8%"');
//Agrego las cosas al cuerpo de la pagina