Project

General

Profile

« Previous | Next » 

Revision 9214096f

Added by Katja Luther about 5 years ago

revert last changes

View differences:

modules/cdm_dataportal/cdm_dataportal.css
726 726
    padding: 0;
727 727
}
728 728

  
729
.specimens ul {
729
#specimens ul {
730
    list-style-type: none;
731
    list-style-image: none;
732
}
733
#specimens .item-list ul{
730 734
    list-style-type: none;
731 735
    list-style-image: none;
732 736
}
modules/cdm_dataportal/includes/pages.inc
1279 1279

  
1280 1280

  
1281 1281
 // $detail_html = compose_cdm_specimen_or_observation($specimen_uuid, true);
1282
//    $render_array['markup'] = array(
1283
//        '#prefix' => '<div id="specimens" class="page">',
1284
//        'content' => $specimen_table,
1285
//        '#suffix' => '</div>',
1286
//    );
1287
    $render_array['markup'] =  $specimen_table;
1282
    $render_array['markup'] = array(
1283
        '#prefix' => '<div id="specimens" class="page">',
1284
        'content' => $specimen_table,
1285
        '#suffix' => '</div>',
1286
    );
1287
    //$render_array['markup'] =  $specimen_table;
1288 1288

  
1289 1289
  RenderHints::popFromRenderStack();
1290 1290
  return $render_array;

Also available in: Unified diff