From: Matías Sklar Date: Thu, 27 Nov 2003 21:34:01 +0000 (+0000) Subject: - Le achique el tamaño a la ventana de los sistemas. Anteriormente estaba en 800... X-Git-Tag: svn_import~88 X-Git-Url: https://git.llucax.com/mecon/intranet.git/commitdiff_plain/597cf91746ea3180c081454db3588780da4e57fc - Le achique el tamaño a la ventana de los sistemas. Anteriormente estaba en 800 por 600 --- 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', ) );