getColumn()->setActions(array(array( 'url' => $this->getUrl('*/sitemap/generate', array('sitemap_id' => $row->getSitemapId())), 'caption' => Mage::helper('sitemap')->__('Generate'), ))); return parent::render($row); } }