From effb8363bf829c818e5c6277e46948219f64d9f9 Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Thu, 4 Mar 2004 19:37:52 +0000 Subject: [PATCH 1/1] Se hace "resizeable" los pop-ups de los sistemas. --- 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 45b117f..4981c24 100644 --- a/sistema/www/sistemas.php +++ b/sistema/www/sistemas.php @@ -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', ) ); -- 2.43.0