From 597cf91746ea3180c081454db3588780da4e57fc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Sklar?= Date: Thu, 27 Nov 2003 21:34:01 +0000 Subject: [PATCH] =?utf8?q?-=20Le=20achique=20el=20tama=C3=B1o=20a=20la=20v?= =?utf8?q?entana=20de=20los=20sistemas.=20Anteriormente=20estaba=20en=2080?= =?utf8?q?0=20por=20600?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- sistema/www/sistemas.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sistema/www/sistemas.php b/sistema/www/sistemas.php index 4c81300..a47d72f 100644 --- a/sistema/www/sistemas.php +++ b/sistema/www/sistemas.php @@ -90,7 +90,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 +102,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 +122,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', ) ); -- 2.43.0