Revision afc363df
Added by Andreas Kohlbecker over 11 years ago
modules/cdm_dataportal/cdm_api/cdm_api.module | ||
---|---|---|
1020 | 1020 |
$treeRepresentation = $featureTree->titleCache; |
1021 | 1021 |
|
1022 | 1022 |
if(is_array($featureTree->root->children) && count($featureTree->root->children) > 0){ |
1023 |
|
|
1024 |
// render the hierarchic tree structure |
|
1023 | 1025 |
$treeDetails = '<div class="featuretree_structure">' |
1024 | 1026 |
//._featureTree_elements_toString($featureTree->root) |
1025 | 1027 |
.theme('featureTree_hierarchy', $featureTree->uuid) |
1026 | 1028 |
.'</div>'; |
1029 |
|
|
1027 | 1030 |
$form = array(); |
1028 | 1031 |
$form['featureTree-'.$featureTree->uuid] = array( |
1029 | 1032 |
'#type' => 'fieldset', |
Also available in: Unified diff
fixing #2519 (Make DescriptionElement Media visible in Data Portal)