options['alter']['make_link'] = TRUE; $this->options['alter']['query'] = drupal_get_destination(); if ($node->simplenews->status == SIMPLENEWS_STATUS_SEND_NOT) { $this->options['alter']['path'] = "node/$node->nid/simplenews"; $text = !empty($this->options['text']) ? $this->options['text'] : t('Send newsletter'); return $text; } else { return; } } }