Project

General

Profile

« Previous | Next » 

Revision ade2b1f0

Added by Katja Luther about 5 years ago

fix css for specimens

View differences:

modules/cdm_dataportal/includes/occurrences.inc
700 700

  
701 701
        $derivatives[] = drupal_render($occurrence_elements);
702 702
        // all footnotes which has been assembled so far (e.g. from typeDesignations) to here
703
        $foonote_li_elements = theme('cdm_footnotes', array('footnoteListKey' => RenderHints::getFootnoteListKey(), 'enclosingTag' => 'span'));
704
        if (!empty($foonote_li_elements)) {
705
            $derivatives[] =  array(
706
                '#markup' =>  '<div class="footnotes">' . $foonote_li_elements . '</div>',
707
            );
708
        }
703
//       $foonote_li_elements = theme('cdm_footnotes', array('footnoteListKey' => RenderHints::getFootnoteListKey(), 'enclosingTag' => 'span'));
704
//        if (!empty($foonote_li_elements)) {
705
//            $derivatives[] =  array(
706
//                '#markup' =>  '<div class="footnotes">' . $foonote_li_elements . '</div>',
707
//            );
708
//        }
709 709

  
710 710
        // --- recurse into originals
711 711
        if (!isset($derivedFrom)  && !$isSpecimen_page) {

Also available in: Unified diff