Example #1
0
 public function render(Varien_Object $row)
 {
     $userName = $row->getUserName();
     $userId = $row->getCustomerId();
     return sprintf('<a href="%s">%s</a>', $this->getUrl('usermanagementadmin/adminhtml_user/edit', array('id' => $userId)), $userName);
 }