Project

General

Profile

« Previous | Next » 

Revision 31ab4cf9

Added by Patrick Plitzner over 5 years ago

ref #7686 Change label for no type status

View differences:

modules/cdm_dataportal/includes/occurrences.inc
67 67
        foreach ($specimen->types as $typeStatus => $typedTaxa) {
68 68
            if($specimen->types){
69 69
                if(empty($typeStatus) || $typeStatus == "_empty_"|| $typeStatus == ""){
70
                    $detail_html .= "<i>no type status set:</i> ";
70
                    $detail_html .= "<i>Type for:</i> ";
71 71
                } else {
72 72
                    $detail_html .= "<i>".$typeStatus."</i> of ";
73 73
                }

Also available in: Unified diff