From 7bfd64e04462382b6cc4a4eebe903a1c78289fd6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mart=C3=ADn=20Marrese?= Date: Thu, 4 Mar 2004 22:36:39 +0000 Subject: [PATCH] BugFix en la pagina principal de consultas. --- sistema/www/consultas/consultas.php | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/sistema/www/consultas/consultas.php b/sistema/www/consultas/consultas.php index 5891bfc..4902e0b 100644 --- a/sistema/www/consultas/consultas.php +++ b/sistema/www/consultas/consultas.php @@ -53,11 +53,10 @@ $MARCO =& new MECON_Marco ('/var/www/sistemas/samurai/sistema/conf/confSecciones $LINK00 =& new MECON_HTML_Link('sistemas', $IMG0, array('accion'=>'info_listado')); $LINK11 =& new MECON_HTML_Link('sistemas', $IMG1, - array('accion'=>'info_listado')); - $LINK22 =& new MECON_HTML_Link('sistemas', $IMG2, - array('accion'=>'info_listado')); - $LINK33 =& new MECON_HTML_Link('sistemas', $IMG3, - array('accion'=>'info_listado')); + array('accion'=>'activar_sistema')); + $LINK22 =& new MECON_HTML_Link('usuarios', $IMG2, + array('accion'=>'filtrar')); + $LINK33 =& new MECON_HTML_Link('php-constantes', $IMG3); //}}} //AGREGO LA INFO A LAS TABLAS {{{ $TABLA->addRow(array($LINK00->toHtml(),$LINK0->toHtml()), 'align="left"'); -- 2.43.0