Project

General

Profile

« Previous | Next » 

Revision 8cba0a5f

Added by Andreas Kohlbecker over 5 years ago

ref #7599 updating compose_specimen_table() after renaming of render_cdm_specimenDTO_page()

View differences:

modules/cdm_dataportal/includes/pages.inc
406 406
            'class' => array('summary_row_cell', 'summary_row_icon')
407 407
          )
408 408
        ),
409
        'id' => ('derivate_summary' . $rowcount), // summary row id
409
        'id' => 'derivate_summary' . $rowcount, // summary row id
410 410
        'class' => array('summary_row'),
411 411
      );
412 412

  
......
420 420
      if ($derivateHierarchy->derivates) {
421 421
        foreach ($derivateHierarchy->derivates as $preservedSpecimenDTO) {
422 422
          $detail_html .= "<br>";
423
          $detail_html .= render_cdm_specimen_page($preservedSpecimenDTO);
423
          $detail_html .= render_cdm_specimenDTO_page($preservedSpecimenDTO);
424 424
      }
425 425
      }
426 426
      $detail_html .= "<br>";
......
436 436
            'colspan' => 7,
437 437
          ),
438 438
        ),
439
        'id' => ('derivate_details' . $rowcount),//details row ID
439
        'id' => 'derivate_details' . $rowcount,//details row ID
440 440
        'class' => array('detail_row'),
441 441
      );
442 442
      $rowcount++;

Also available in: Unified diff