X-Git-Url: https://git.llucax.com/mecon/samurai.git/blobdiff_plain/5b15a6f7796a86dfeaf9f41911e7cb112f2c6a97..8f4cd0518dde7c5c3862fd136827143dd8b3eb69:/sistema/www/consultas/consultas.php diff --git a/sistema/www/consultas/consultas.php b/sistema/www/consultas/consultas.php index 42c01af..5891bfc 100644 --- a/sistema/www/consultas/consultas.php +++ b/sistema/www/consultas/consultas.php @@ -34,14 +34,14 @@ $MARCO =& new MECON_Marco ('/var/www/sistemas/samurai/sistema/conf/confSecciones // }}} //CREO LOS OBJETOS NECESARIOS {{{ $TABLA =& new HTML_Table('width="500" align="right"'); - $LINK0 =& new MECON_HTML_Link('sistemas', 'Ver informacion + $LINK0 =& new MECON_HTML_Link('sistemas', 'Ver información de los sistemas.', array('accion'=>'info_listado')); $LINK1 =& new MECON_HTML_Link('sistemas', 'Activar Sistemas.', array('accion'=>'activar_sistema')); - $LINK2 =& new MECON_HTML_Link('usuarios', 'Ver informacion + $LINK2 =& new MECON_HTML_Link('usuarios', 'Ver información de los usuarios.', array('accion'=>'filtrar')); $LINK3 =& new MECON_HTML_Link ('php-constantes', - 'Bajar la definicion de constantes de un sistema.'); + 'Bajar la definición de constantes de un sistema.'); $IMG0 =& new MECON_HTML_Image('../images/verinfodesist.gif'); $IMG1 =& new MECON_HTML_Image('../images/activar.gif');