]> git.llucax.com Git - mecon/meconlib.git/blobdiff - lib/MECON/Marco/MenuHorizontal.php
Se agrega una nueva mutacion (funcionalidad) a TablaDB. addRowsIcon ahora puede
[mecon/meconlib.git] / lib / MECON / Marco / MenuHorizontal.php
index b395a28c8f5803ee78ca35551a0f2d933d7f583f..d926ebcfb1ed51008b5da2eea6b3e63aa732f8c4 100644 (file)
@@ -69,7 +69,7 @@ class MECON_Marco_MenuHorizontal extends MECON_Marco_Menu {
             $this->_tabla->updateColAttributes($col,'width="'.$width.'%"');
         }        
 
             $this->_tabla->updateColAttributes($col,'width="'.$width.'%"');
         }        
 
-        $imagen = new MECON_HTML_Image('/MECON/images/general_linea.gif');
+        $imagen = new MECON_HTML_Image('/MECON/images/general_linea.gif', str_repeat('=', 108));
         $i = $this->_tabla->addRow(array ($imagen->toHtml()), 'align="center" colspan="'.$c.'"');
         $this->_tabla->updateRowAttributes($i, 'height="1"');
 
         $i = $this->_tabla->addRow(array ($imagen->toHtml()), 'align="center" colspan="'.$c.'"');
         $this->_tabla->updateRowAttributes($i, 'height="1"');
 
@@ -78,7 +78,8 @@ class MECON_Marco_MenuHorizontal extends MECON_Marco_Menu {
         $row = array
             ($this->_armarEncabezado($titulo.$this->_configuracion['subtitulo']));
         $this->_tabla->addRow($row,'align="left" bgcolor="#FFFFFF" colspan="'.$c.'"');
         $row = array
             ($this->_armarEncabezado($titulo.$this->_configuracion['subtitulo']));
         $this->_tabla->addRow($row,'align="left" bgcolor="#FFFFFF" colspan="'.$c.'"');
-        $imagen = new MECON_HTML_Image('/MECON/images/general_linea2.gif', 'boder="0" align="center"');
+        $imagen = new MECON_HTML_Image('/MECON/images/general_linea2.gif',
+                str_repeat('.', 108), array('border' => 0, 'align' => 'center'));
         $this->_tabla->addRow(array ($imagen->toHtml()), 'align="center" colspan="'.$c.'"');
         //
                
         $this->_tabla->addRow(array ($imagen->toHtml()), 'align="center" colspan="'.$c.'"');
         //