From: Martín Marrese Date: Fri, 28 Mar 2003 21:10:54 +0000 (+0000) Subject: (no commit message) X-Git-Tag: svn_import~591 X-Git-Url: https://git.llucax.com/mecon/meconlib.git/commitdiff_plain/8bec3b7186ee295bd7374fd41c9614983531c670?hp=7471e3044d4bd988a1e913fe72af1d1c0f9b9920 --- diff --git a/HTML/Tabla/doc/LEAME.txt b/HTML/Tabla/doc/LEAME.txt deleted file mode 100644 index ceb310a..0000000 --- a/HTML/Tabla/doc/LEAME.txt +++ /dev/null @@ -1 +0,0 @@ -ESTA CLASE ME DA EL MANEJO DE LAS TABLAS. \ No newline at end of file diff --git a/HTML/Tabla/php/Tabla.php b/HTML/Tabla/php/Tabla.php index 296eddd..9b720a6 100644 --- a/HTML/Tabla/php/Tabla.php +++ b/HTML/Tabla/php/Tabla.php @@ -67,6 +67,8 @@ class Tabla extends HTML_Table { //Genero el objeto HTML_Table $this->HTML_Table($atributos); //Modifico los atributos de todas las tablas + //Hay que encontrar o hacer una funcion que setee los atributos para las futuras + //inserciones. // $this->setAllAttributes($this->_conf['atributos']['celda_comun']); } @@ -88,7 +90,7 @@ class Tabla extends HTML_Table { */ function agregarFilaCabecera ($contenido = '') { - $ri = $this->addRow($contenido, $this->_conf['atributos']['celda_cabecera'],'TH'); + return $this->addRow($contenido, $this->_conf['atributos']['celda_cabecera'],'TH'); } /** diff --git a/HTML/Tabla/doc/HTML_Tabla.rtf b/HTML/doc/Tabla/HTML_Tabla.rtf similarity index 100% rename from HTML/Tabla/doc/HTML_Tabla.rtf rename to HTML/doc/Tabla/HTML_Tabla.rtf