Project

General

Profile

« Previous | Next » 

Revision cf27d48e

Added by Andreas Kohlbecker about 3 years ago

ref #9535 keyterm message_L10n to representation_L10n - adapting dataportal

View differences:

modules/cdm_dataportal/includes/taxon-node.inc
38 38
      $annotations_and_sources = handle_annotations_and_sources($taxon_node);
39 39

  
40 40
      if(isset($taxon_node->status)){
41
        $state_label = strtolower($taxon_node->status->message_L10n);
41
        $state_label = strtolower($taxon_node->status->representation_L10n);
42 42
        if(isset($taxon_node->statusNote_L10n)){
43 43
          $state_label .= ' <span class="status-note">(' . $taxon_node->statusNote_L10n . ')</span>';
44 44
        }

Also available in: Unified diff