Project

General

Profile

« Previous | Next » 

Revision 37252893

Added by Andreas Kohlbecker almost 11 years ago

implementing solution for #3489 (dataportal must not always load all descriptionelements for the general tab)

View differences:

7.x/modules/cdm_dataportal/cdm_dataportal.search.php
384 384
  $featureTree->titleCache; if(is_array($featureTree->root->children) &&
385 385
  count($featureTree->root->children) > 0){ // render the hierarchic tree
386 386
  structure $treeDetails = '<div class="featuretree_structure">'
387
  //._featureTree_elements_toString($featureTree->root)
387
  //.cdm_featureTree_elements_toString($featureTree->root)
388 388
  .theme('featureTree_hierarchy', $featureTree->uuid) .'</div>'; $form =
389 389
  array(); $form['featureTree-'.$featureTree->uuid] = array( '#type' =>
390 390
  'fieldset', '#title' => t('Show details'), '#collapsible' => TRUE,

Also available in: Unified diff