Project

General

Profile

« Previous | Next » 

Revision 2ffe4d59

Added by Andreas Kohlbecker almost 5 years ago

fix #8320 links to references as appended icon & custom icon font set

  • theme method extended by second doIconLink attribute
    • all usages of the theme methods with icon link except for reference result lists
    • refrerences in type designation footnotes now with icon link
    • adding custom icon fontset

View differences:

modules/cdm_dataportal/theme/cdm_dataportal.name.theme
118 118

  
119 119
      if (!empty($type_designation->citation)) {
120 120

  
121
        $citation_footnote_str = theme('cdm_reference', array('reference' => $type_designation->citation));
121
        $citation_footnote_str = theme('cdm_reference', array('reference' => $type_designation->citation, 'doIconLink' => true));
122 122
        $author_team = cdm_ws_get(CDM_WS_REFERENCE_AUTHORTEAM, $type_designation->citation->uuid);
123 123

  
124 124
        if (isset($author_team->titleCache)) {

Also available in: Unified diff