X-Git-Url: https://git.llucax.com/mecon/intranet.git/blobdiff_plain/fbc80e3c5ece012faf56324f1f000f6461f6e34c..0094ad49f963f1aec143e5b8f375ecd5a5c69445:/sistema/www/sistemas.php?ds=sidebyside diff --git a/sistema/www/sistemas.php b/sistema/www/sistemas.php index 7e7bfaa..4c81300 100644 --- a/sistema/www/sistemas.php +++ b/sistema/www/sistemas.php @@ -88,6 +88,9 @@ while ($sistema) { $img, array(), array( + 'OnClick' => + "javascript:window.open('$url','s{$sistema->sistema}'," + . "'width=800,height=600,scrollbars=yes');return false;", 'target' => '_blank', ) ); @@ -97,6 +100,9 @@ while ($sistema) { $sistema->nombre, array(), array( + 'OnClick' => + "javascript:window.open('$url','s{$sistema->sistema}'," + . "'width=800,height=600,scrollbars=yes');return false;", 'target' => '_blank', 'class' => 'intranet_sistemas_txt', ) @@ -113,6 +119,10 @@ while ($sistema) { $img, array(), array( + 'OnClick' => + "javascript:window.open('{$sistema->link_ayuda}'," + . "'sa{$sistema->sistema}'," + . "'width=800,height=600,scrollbars=yes');return false;", 'target' => '_blank', ) );