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