Example #1
0
 public function render(Varien_Object $row)
 {
     $ip = $row->getIp();
     return "<a target='_blank' href='http://www.abuseipdb.com/check/" . $ip . "' title='" . $this->__('Check this ip') . "'>" . $ip . "</a>";
 }