/**
  * Get table row url
  * 
  * @param Fox_Core_Model_Email_Template $row
  * @return string
  */
 public function getRowUrl($row)
 {
     return $this->getUrl('*/*/edit', array('id' => $row->getId()));
 }