X-Git-Url: https://git.llucax.com/mecon/intranet.git/blobdiff_plain/c1fd421df9d3054affdedc5c0f23ec2195607326..ef3866a0d290cbdbf7a81dc2cfb06390f6fee1d9:/sistema/www/sistemas.php diff --git a/sistema/www/sistemas.php b/sistema/www/sistemas.php index 4c81300..aa74163 100644 --- a/sistema/www/sistemas.php +++ b/sistema/www/sistemas.php @@ -1,13 +1,13 @@ updateAttributes(array('width' => 190)); $fila[] = $img; $t->addRow($fila); -$db = IntranetDB::connect(); -$sistemas = AI_Sistema::getSistemas($db); +$sistemas = AI_Sistema::getSistemas($DB); // Me fijo que sistemas puede ver este usuario. require_once 'SAMURAI/Perm.php'; -$perm = new SAMURAI_Perm($_SESSION['usuario'], 0, $db); +$perm = new SAMURAI_Perm($_SESSION['usuario'], 0, $DB); foreach ($sistemas as $i => $s) { // Si no tiene permisos para el sistema, lo saco de la lista. $perm->setSistema($s->sistema); @@ -90,7 +89,7 @@ while ($sistema) { array( 'OnClick' => "javascript:window.open('$url','s{$sistema->sistema}'," - . "'width=800,height=600,scrollbars=yes');return false;", + . "'width=790,height=500,scrollbars=yes');return false;", 'target' => '_blank', ) ); @@ -102,7 +101,7 @@ while ($sistema) { array( 'OnClick' => "javascript:window.open('$url','s{$sistema->sistema}'," - . "'width=800,height=600,scrollbars=yes');return false;", + . "'width=790,height=500,scrollbars=yes');return false;", 'target' => '_blank', 'class' => 'intranet_sistemas_txt', ) @@ -122,7 +121,7 @@ while ($sistema) { 'OnClick' => "javascript:window.open('{$sistema->link_ayuda}'," . "'sa{$sistema->sistema}'," - . "'width=800,height=600,scrollbars=yes');return false;", + . "'width=790,height=500,scrollbars=yes');return false;", 'target' => '_blank', ) ); @@ -144,7 +143,7 @@ while ($sistema) { } $m = new HTML_DietMarco('sistemas', 'Sistemas'); -$m->addTitle('Sistemas'); +//$m->addTitle('Sistemas'); $m->addStyleDeclaration(' .intranet_sistemas_txt { color: #003366;