]> git.llucax.com Git - mecon/intranet.git/commitdiff
- Le achique el tamaño a la ventana de los sistemas. Anteriormente estaba en 800...
authorMatías Sklar <msklar@mecon.gov.ar>
Thu, 27 Nov 2003 21:34:01 +0000 (21:34 +0000)
committerMatías Sklar <msklar@mecon.gov.ar>
Thu, 27 Nov 2003 21:34:01 +0000 (21:34 +0000)
sistema/www/sistemas.php

index 4c81300dc37e34e38c8cd1ac9b8d6a94005820ae..a47d72f6965654b839a025017260a59d211ae2ce 100644 (file)
@@ -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',
                     )
                                );