Example #1
0
 public function render(Varien_Object $row)
 {
     $url = $row->getUrl();
     if ($url) {
         return '<a href="' . $url . '" target="_blank">' . $row->getFilenameWithExt() . '</a>';
     }
     return $row->getFilenameWithExt();
 }