Project

General

Profile

« Previous | Next » 

Revision 834fb28c

Added by Andreas Kohlbecker almost 8 years ago

#5793 reverting last solution and using new defaults

View differences:

modules/cdm_dataportal/includes/descriptions.inc
1622 1622

  
1623 1623
    if (isset($descriptionElement->status)) {
1624 1624
      $status_label = $descriptionElement->status->representation_L10n;
1625
      $status_markup =  '<span class="distributionStatus distributionStatus-' . $descriptionElement->status->idInVocabulary . '"> &#8210; '
1625
      $status_markup =  '<span class="distributionStatus distributionStatus-' . $descriptionElement->status->idInVocabulary . '"> '
1626 1626
        . $status_label . '</span>';
1627 1627

  
1628 1628
    };

Also available in: Unified diff