options['alter']['make_link'] = TRUE; $this->options['alter']['path'] = "file/$file->fid/edit"; $this->options['alter']['query'] = drupal_get_destination(); $text = !empty($this->options['text']) ? $this->options['text'] : t('Edit'); return $text; } }