setView($this->view); $xhtml = ''; $id = $attribs['id']; $class = 'btn btn-small '; $attribs['type'] = 'button'; $attribs['escape'] = false; // add delete button $attribs['content'] = 'Delete'; $attribs['class'] = $class . 'btn-danger btn-delete'; $attribs['id'] = $id . '-delete'; $xhtml .= $buttonHelper->formButton($name . '[delete]', 'Delete', $attribs); return $xhtml; } }