]> git.llucax.com Git - mecon/meconlib.git/blobdiff - lib/MECON/Marco/MenuPrincipal.php
Corregimos los nombres de los constructores de los objetos MECON_Agente y MECON_Depen...
[mecon/meconlib.git] / lib / MECON / Marco / MenuPrincipal.php
index e72db77a461e1798d0400ca5eee8d802cc3db79f..7f732dc480cd78c94b17fc42053caaee6d15c537 100644 (file)
@@ -25,7 +25,7 @@ $Id$
 -----------------------------------------------------------------------------*/
 
 require_once 'HTML/Table.php';
 -----------------------------------------------------------------------------*/
 
 require_once 'HTML/Table.php';
-require_once 'HTML/Image.php';
+require_once 'MECON/HTML/Image.php';
 
 // +X2C includes
 require_once 'MECON/Marco/MenuHorizontal.php';
 
 // +X2C includes
 require_once 'MECON/Marco/MenuHorizontal.php';
@@ -106,7 +106,7 @@ class MECON_Marco_MenuPrincipal extends MECON_Marco_MenuHorizontal {
         }
         $this->_tabla->addRow(array($TABLAM));
 
         }
         $this->_tabla->addRow(array($TABLAM));
 
-        $imagen = new HTML_Image('/MECON/images/general_linea.gif');
+        $imagen = new MECON_HTML_Image('/MECON/images/general_linea.gif');
         $i = $this->_tabla->addRow(array ($imagen->toHtml()), 'align="center"');
         $this->_tabla->updateRowAttributes($i, 'height="1"');
         
         $i = $this->_tabla->addRow(array ($imagen->toHtml()), 'align="center"');
         $this->_tabla->updateRowAttributes($i, 'height="1"');
         
@@ -125,7 +125,7 @@ class MECON_Marco_MenuPrincipal extends MECON_Marco_MenuHorizontal {
             if ($this->_seccionSeleccionada) {
                 $row = array ($this->_armarEncabezado($this->_seccionSeleccionada->_nombre));
                 $this->_tabla->addRow($row,'align="left" bgcolor="#FFFFFF"');
             if ($this->_seccionSeleccionada) {
                 $row = array ($this->_armarEncabezado($this->_seccionSeleccionada->_nombre));
                 $this->_tabla->addRow($row,'align="left" bgcolor="#FFFFFF"');
-                $imagen = new HTML_Image('/MECON/images/general_linea2.gif', 'boder="0" align="center"');
+                $imagen = new MECON_HTML_Image('/MECON/images/general_linea2.gif', 'boder="0" align="center"');
                 $this->_tabla->addRow(array ($imagen->toHtml()), 'align="center"');
             }
  
                 $this->_tabla->addRow(array ($imagen->toHtml()), 'align="center"');
             }