Project

General

Profile

« Previous | Next » 

Revision 3c99472c

Added by Andreas Kohlbecker over 12 years ago

fixing abbreviatedLabels

View differences:

modules/cdm_dataportal/theme/cdm_dataportal.name.theme
630 630
		if(array_setr('status', true, $renderTemplate)){
631 631
			if(isset($taxonName->status[0])){
632 632
				foreach($taxonName->status as $status){
633
					$statusHtml .= ', '.$status->type->representation_L10n_abbreviated;
633
					$statusHtml .= ', '.$status->type->representation_L10n_abbreviatedLabel;
634 634
				}
635 635
			}
636 636
			array_setr('status', ' <span class="nomenclatural_status">'.$statusHtml.'</span>', $renderTemplate);

Also available in: Unified diff