getIsRead()) {
return sprintf('%s | %s',
$this->getUrl('*/*/markAsRead/', array('_current'=>true, 'id' => $row->getId())),
Mage::helper('adminnotification')->__('Mark as Read'),
$this->getUrl('*/*/remove/', array('_current'=>true, 'id' => $row->getId())),
Mage::helper('adminnotification')->__('Are you sure?'),
Mage::helper('adminnotification')->__('Remove')
);
}
else {
return sprintf('%s',
$this->getUrl('*/*/remove/', array('_current'=>true, 'id' => $row->getId())),
Mage::helper('adminnotification')->__('Are you sure?'),
Mage::helper('adminnotification')->__('Remove')
);
}
}
}