Project

General

Profile

« Previous | Next » 

Revision 092744e1

Added by Andreas Kohlbecker about 10 years ago

dataportal now uses the DescriptionInfoDTO service - a lot refactoring, old stuff left for now as reference

View differences:

7.x/modules/cdm_dataportal/theme/theme_registry.inc
98 98
      'cdm_common_names' => array('render element' => 'elements'),
99 99
      'cdm_descriptionElements' => array('variables' => array(
100 100
          'descriptionElements' => NULL,
101
          'featureUuid' => NULL,
101
          'feature' => NULL,
102 102
          'taxon_uuid' => NULL,
103 103
      )),
104 104
      'cdm_description_element_image_source' => array('variables' => array(
105 105
          'image_sources' => NULL,
106 106
          'asListElement' => NULL,
107 107
      )),
108
      'cdm_descriptionElementDistribution' => array('variables' => array(
108
      'cdm_descriptionElement_Distribution' => array('variables' => array(
109 109
          'descriptionElements' => NULL,
110 110
          'enclosingTag' => 'span',
111 111
      )),
112 112
      'cdm_description_ordered_distributions' => array('variables' => array(
113
          'taxon_uuid' => NULL,
114
          'descriptionElements' => NULL,
113
         // TODO REMOVE  'taxon_uuid' => NULL,
114
          'distribution_tree' => NULL,
115 115
      )),
116 116
      'cdm_IdentificationKey' => array('variables' => array(
117 117
          'identificationKey' => NULL,

Also available in: Unified diff