Project

General

Profile

« Previous | Next » 

Revision bd131507

Added by Andreas Kohlbecker over 4 years ago

ref #8134 fixing wrong case in type designation status labels

View differences:

modules/cdm_dataportal/theme/cdm_dataportal.name.theme
250 250
function type_designation_status_label_markup($type_designation)
251 251
{
252 252
  return '<span class="type-status">'
253
    . ((isset($type_designation->typeStatus->representation_L10n)) ? $type_designation->typeStatus->representation_L10n : t('Type')) . '</span>'
253
    . ((isset($type_designation->typeStatus->representation_L10n)) ? ucfirst($type_designation->typeStatus->representation_L10n) : t('Type')) . '</span>'
254 254
    ;
255 255
}
256 256

  

Also available in: Unified diff