X-Git-Url: https://git.llucax.com/mecon/meconlib.git/blobdiff_plain/990b536ab767ee0408d362297f9bc6226c1c2ac7..06cd54ffd3f4a2641a10db316fb08d42c3b8b5ea:/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;