Project

General

Profile

« Previous | Next » 

Revision 277bccd4

Added by Andreas Kohlbecker about 3 years ago

ref #9555 derived unit tree headers with symbols for record base

View differences:

modules/cdm_dataportal/classes/DerivationTreeComposer.php
208 208
    if($link) {
209 209
      $icon_link_markup = '<span class="page-link">' . $link . '</span>';
210 210
    }
211
    return '<div class="unit-header ' . $focused_attribute .'"><div class="unit-label' . $hover_effect_attribute .' ">' . $sob_dto->label . $icon_link_markup . '</div></div>';
211
    return '<div class="unit-header ' . $focused_attribute .'"><div class="unit-label' . $hover_effect_attribute .' "><span class="">' . symbol_for_base_of_record($sob_dto->recordBase->uuid). '</span> ' . $sob_dto->label . $icon_link_markup . '</div></div>';
212 212
  }
213 213

  
214 214
}

Also available in: Unified diff