Example #1
0
 public function render(Varien_Object $row)
 {
     $href = $this->getUrl('*/*/download', array('id' => $row->getListId()));
     return '<a href="' . $href . '" target="_blank">' . $this->__('Download') . '</a>';
 }