]> git.llucax.com Git - mecon/intranet.git/blobdiff - sistema/www/sistemas.php
- Arregle un rowspan en la celda que contiene a la tabla TablaInfoMes
[mecon/intranet.git] / sistema / www / sistemas.php
index 7e7bfaa61a02922ccbd65a52c3af99c1a8cd63cf..4c81300dc37e34e38c8cd1ac9b8d6a94005820ae 100644 (file)
@@ -88,6 +88,9 @@ while ($sistema) {
                 $img,
                                array(),
                        array(
                 $img,
                                array(),
                        array(
+                    'OnClick' =>
+                        "javascript:window.open('$url','s{$sistema->sistema}',"
+                        . "'width=800,height=600,scrollbars=yes');return false;",
                                    'target' => '_blank',
                                )
                    );
                                    'target' => '_blank',
                                )
                    );
@@ -97,6 +100,9 @@ while ($sistema) {
                 $sistema->nombre,
                                array(),
                        array(
                 $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',
                                )
                                    'target' => '_blank',
                     'class' => 'intranet_sistemas_txt',
                                )
@@ -113,6 +119,10 @@ while ($sistema) {
                                        $img,
                                        array(),
                                        array(
                                        $img,
                                        array(),
                                        array(
+                        'OnClick' =>
+                            "javascript:window.open('{$sistema->link_ayuda}',"
+                            . "'sa{$sistema->sistema}',"
+                            . "'width=800,height=600,scrollbars=yes');return false;",
                         'target' => '_blank',
                     )
                                );
                         'target' => '_blank',
                     )
                                );