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);
modules/cdm_dataportal/theme/cdm_dataportal.taxon.theme
108 108

  
109 109
    		}
110 110
	    } else {
111
	       $taxonRelationshipsLines[] = theme('cdm_related_taxon',$taxonRelation->fromTaxon, $taxonRelation->type->uuid, $taxonRelation->type->abbreviatedLabel);
111
	       $taxonRelationshipsLines[] = theme('cdm_related_taxon',$taxonRelation->fromTaxon, $taxonRelation->type->uuid, $taxonRelation->type->representation_L10n_abbreviatedLabel);
112 112
	    }
113 113
	}
114 114

  

Also available in: Unified diff