]> git.llucax.com Git - mecon/meconlib.git/commitdiff
Bug Fixes para que se vea bien en el netscape.
authorMartín Marrese <marrese@gmail.com>
Tue, 20 Apr 2004 16:18:43 +0000 (16:18 +0000)
committerMartín Marrese <marrese@gmail.com>
Tue, 20 Apr 2004 16:18:43 +0000 (16:18 +0000)
lib/MECON/Marco/MenuHorizontal.php
lib/MECON/Marco/MenuOculto.php
lib/MECON/Marco/MenuPrincipal.php
lib/MECON/Marco/MenuVertical.php

index c20d45edf494570ca6d173355ca3a10bdfc68432..684a4c731cc270acc68dbab9ba7c97afd9b3d06f 100644 (file)
@@ -79,7 +79,7 @@ class MECON_Marco_MenuHorizontal extends MECON_Marco_Menu {
         $this->resultado[] = $this->_tabla;
         
         if ($menu) {
-            $MENUVERTICAL = new HTML_Table ('width="760" align="left"');
+            $MENUVERTICAL = new HTML_Table ('width="760"');
             $cuerpo = '';
             if (is_array($body)) {
                 if ($this->_configuracion['espacios']) {
index 2a16e16feed3eb29a09c1a1f20bbeed891226582..0a18d65d4078e193fca86b0fa8bf0fb721a5edf2 100644 (file)
@@ -52,7 +52,7 @@ class MECON_Marco_MenuOculto extends MECON_Marco_Menu {
                 str_repeat('-', 108), 
                 'border="0" align="center"');
         if ($menu) {
-            $MENUVERTICAL = new HTML_Table ('width="760" align="left"');
+            $MENUVERTICAL = new HTML_Table ('width="760"');
             $cuerpo = '';
             if (is_array($body)) {
                 if ($this->_configuracion['espacios']) {
index 0f550a862c428b6c3adabdb2bda86885de6d2992..201121c4598b68e7c18ec30cd0717e17061aab66 100644 (file)
@@ -143,7 +143,7 @@ class MECON_Marco_MenuPrincipal extends MECON_Marco_MenuHorizontal {
             //Si hay un menu vertical lo tengo en cuenta, sino tiro el contenido
             //directamente
             if ($body['menuVertical']) {
-                $MENUVERTICAL = new HTML_Table ('width="760" align="left"');
+                $MENUVERTICAL = new HTML_Table ('width="760"');
                 $cuerpo = '';
                 if (is_array($body['body'])) {
                     if ($this->_configuracion['espacios']) {
index 838cf57d9e43586c9f3dc88dd15c47b2b29b9969..bb2cd93ccf29cbb8db261c040f5e66ed3763e5f9 100644 (file)
@@ -103,7 +103,7 @@ class MECON_Marco_MenuVertical extends MECON_Marco_Menu {
         }
         
         if ($menu) {
-            $MENUVERTICAL = new HTML_Table ('width="608" align="left"
+            $MENUVERTICAL = new HTML_Table ('width="608"
                     bgcolor="#FFFFFF"');
             $MENUVERTICAL->addRow(array($menu, $cuerpo),
                     'valign="top"');