'Add New ' . $this->_getDataObj()->itemName, 'clear' => array('attribs' => array('onclick' => "return confirm('Do you really wand to clear redirects?');")) ); } protected function _doClear() { $this->_getDataObj()->clear(); $this->_doBack(); } }