Project

General

Profile

« Previous | Next » 

Revision 330c9553

Added by Andreas Kohlbecker about 13 years ago

fixing status rendering

View differences:

modules/cdm_dataportal/theme/cdm_dataportal.name.theme
440 440
		if(array_setr('status', true, $renderTemplate)){
441 441
			if(isset($taxonName->status[0])){
442 442
				foreach($taxonName->status as $status){
443
					$statusHtml .= ', '.$status->type->representation_L10n;
443
					$statusHtml .= ', '.$status->type->representation_L10n_abbreviated;
444 444
				}
445 445
			}
446 446
			array_setr('status', ' <span class="nomenclatural_status">'.$statusHtml.'</span>', $renderTemplate);

Also available in: Unified diff