__('Are you sure you want to delete this order?'); $this->_addButton('button_id', array( 'label' => Mage::helper('Sales')->__('Delete Order'), 'onclick' => 'deleteConfirm(\''.$message.'\', \'' . $this->getDeleteUrl() . '\')', 'class' => 'go' ), 0, 100, 'header', 'header'); } public function getDeleteUrl() { return $this->getUrl('deleteorder/adminhtml_deleteorder/delete', array('_current'=>true)); } } ?>