Project

General

Profile

« Previous | Next » 

Revision 2ffe4d59

Added by Andreas Kohlbecker about 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/includes/name.inc
659 659
  if ($with_citation) {
660 660
    $render_array['citation'] = markup_to_render_array(
661 661
      "<p class=\"citation " . html_class_attribute_ref(new TypedEntityReference("Reference", $registration_dto->citationUuid)) . "\">"
662
      . l($registration_dto->bibliographicInRefCitationString, path_to_reference($registration_dto->citationUuid))
662
      . $registration_dto->bibliographicInRefCitationString
663
      . l(custom_icon_font_markup('icon-interal-link-alt-solid', array('class' => array('superscript'))), path_to_reference($registration_dto->citationUuid), array('html' => true))
663 664
      . "</p>",
664 665
      50);
665 666
  }

Also available in: Unified diff