_getInfo($name, $value, $attribs); extract($info); // name, value, attribs, options, listsep, disable // ignore disable/enable, always show the button. $xhtml = 'view->escape($value) . '"'; } // add attributes, close, and return $xhtml .= $this->_htmlAttribs($attribs) . ' />'; return $xhtml; } }