function MECON_HTML_QuickForm($formName='', $method='post', $action='', $target='_self', $attributes=null)
{
parent::MECON_HTML_QuickFormSimple($formName, $method, $action, $target, $attributes);
- $this->renderer =& new MECON_HTML_QuickForm_Renderer_Tabla($this->_rendererOpts);
+ $this->renderer =& new MECON_HTML_QuickForm_Renderer_Tabla();
}
function toHtml()