X-Git-Url: https://git.llucax.com/mecon/meconlib.git/blobdiff_plain/990b536ab767ee0408d362297f9bc6226c1c2ac7..d45895c22b503bf01e0fa82e54dfe35c6157a231:/lib/MECON/HTML/Tabla.php diff --git a/lib/MECON/HTML/Tabla.php b/lib/MECON/HTML/Tabla.php index 345cf68..f5cdad0 100644 --- a/lib/MECON/HTML/Tabla.php +++ b/lib/MECON/HTML/Tabla.php @@ -306,6 +306,8 @@ class MECON_HTML_Tabla extends HTML_Table { $rta[$attr] = $attr; break; case 'comun_clara': + $tmp = $this->_conf['atributos']['celda_comun']; + $tmp['class'].= '_clara'; $rta = array_merge($rta, $this->_conf['atributos']["celda_comun"]); $rta[$attr] = $attr;