Project

General

Profile

« Previous | Next » 

Revision 7ff3b0ef

Added by Andreas Kohlbecker almost 5 years ago

wrapping 'no associated taxon' message in div to allow styling

View differences:

modules/cdm_dataportal/cdm_dataportal.module
1945 1945
      $content['related_taxa'] = compose_list_of_taxa($taxa);
1946 1946
    }
1947 1947
    else {
1948
      $content['related_taxa'] = markup_to_render_array('This name is not assigned to a taxon.');
1948
      $content['related_taxa'] = markup_to_render_array('This name is not assigned to a taxon.', null, '<div class="no_taxon_message">', '</div>');
1949 1949
    }
1950 1950

  
1951 1951
    $taxon_name_page->content = $content;

Also available in: Unified diff