Project

General

Profile

« Previous | Next » 

Revision 7370f4f7

Added by Andreas Kohlbecker over 5 years ago

fix #7907 centalizing annotation filtering:
- annotation type filter settings are general
- render hint for reference page
- cdm_fetch_visible_annotations() implemented

View differences:

modules/cdm_dataportal/theme/cdm_dataportal.descriptions.theme
112 112
    $out .= '</div>';
113 113
  }
114 114
  // Display annotations.
115
  $out .= theme('cdm_annotations', array('annotations' => cdm_ws_getAnnotationsFor($identificationKey), 'enclosingTag' => 'div'));
115
  $out .= theme('cdm_annotations', array('annotations' => cdm_fetch_visible_annotations($identificationKey), 'enclosingTag' => 'div'));
116 116
  RenderHints::popFromRenderStack();
117 117
  return $out;
118 118
}

Also available in: Unified diff