X-Git-Url: https://git.llucax.com/mecon/meconlib.git/blobdiff_plain/abcd5221dfc6663267b610a313c5d601a9240754..491e3ed8d9646fc86ccbf3ed9ed1593faedbe167:/lib/MECON/HTML/Tabla.php diff --git a/lib/MECON/HTML/Tabla.php b/lib/MECON/HTML/Tabla.php index 2a0f67e..f5cdad0 100644 --- a/lib/MECON/HTML/Tabla.php +++ b/lib/MECON/HTML/Tabla.php @@ -305,6 +305,13 @@ class MECON_HTML_Tabla extends HTML_Table { $rta = array_merge($rta, $tmp); $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; + break; default: trigger_error("No se permite setear el atributo $attr", E_USER_ERROR); }