]> git.llucax.com Git - mecon/intranet.git/commitdiff
Se hace "resizeable" los pop-ups de los sistemas.
authorLeandro Lucarella <llucax@gmail.com>
Thu, 4 Mar 2004 19:37:52 +0000 (19:37 +0000)
committerLeandro Lucarella <llucax@gmail.com>
Thu, 4 Mar 2004 19:37:52 +0000 (19:37 +0000)
sistema/www/sistemas.php

index 45b117f7c9a055161c80b36e0c85b35a2b71e029..4981c2486bdc598ca19e94b3d4ce66feade12125 100644 (file)
@@ -113,7 +113,7 @@ while ($sistema) {
                        array(
                     'OnClick' =>
                         "javascript:window.open('$url','s{$sistema->sistema}',"
-                        . "'width=790,height=500,scrollbars=yes');return false;",
+                        . "'width=790,height=550,scrollbars=yes,resizable=yes');return false;",
                                    'target' => '_blank',
                                )
                    );
@@ -125,7 +125,7 @@ while ($sistema) {
                        array(
                     'OnClick' =>
                         "javascript:window.open('$url','s{$sistema->sistema}',"
-                        . "'width=790,height=500,scrollbars=yes');return false;",
+                        . "'width=790,height=550,scrollbars=yes,resizable=yes');return false;",
                                    'target' => '_blank',
                     'class' => 'intranet_sistemas_txt',
                                )
@@ -145,7 +145,7 @@ while ($sistema) {
                         'OnClick' =>
                             "javascript:window.open('{$sistema->link_ayuda}',"
                             . "'sa{$sistema->sistema}',"
-                            . "'width=790,height=500,scrollbars=yes');return false;",
+                            . "'width=790,height=550,scrollbars=yes,resizable=yes');return false;",
                         'target' => '_blank',
                     )
                                );