]> git.llucax.com Git - mecon/meconlib.git/commitdiff
Bug Fix. Se agrego un estilo de celda (celda_contenedora) que no setea ningun atribut...
authorGonzalo Merayo <merayo@gmail.com>
Wed, 25 Jun 2003 22:02:40 +0000 (22:02 +0000)
committerGonzalo Merayo <merayo@gmail.com>
Wed, 25 Jun 2003 22:02:40 +0000 (22:02 +0000)
lib/MECON/HTML/Tabla.php
lib/MECON/HTML/Tabla/conf_Tabla.php

index df56c442506edca397045490cf618ec9354ce32d..3f31b1b2f482c001c546fea608ab8febe4b0b2b7 100644 (file)
@@ -263,7 +263,7 @@ class Tabla extends HTML_Table {
             $tmp['width'] = $this->_attrs['width'];
             $tabla_externa =  new HTML_Table($tmp);
             $tabla_externa->setCellContents(0, 0, parent::toHtml());
-            $tabla_externa->setCellAttributes(0, 0, $this->_conf['atributos']['celda_comun']);
+            $tabla_externa->setCellAttributes(0, 0, $this->_conf['atributos']['celda_contenedora']);
             $result = $tabla_externa->toHtml();    
         }
         else {
index 4bd78515420c0acb807539277aa777201902f628..7d104ef8fa8fcda647f4d061457870d6a1882bfd 100644 (file)
@@ -51,6 +51,8 @@ return array (
             'bgcolor' => '#DDEEFF',
             'class'   => 'texto11_negro',
         ),
+        'celda_contenedora' => array(
+        ),
     ),
 );