Project

General

Profile

« Previous | Next » 

Revision 44458b04

Added by Andreas Kohlbecker over 3 years ago

ref #8420 specimen view mode settings as radio buttons, cleaning up old variables

View differences:

modules/cdm_dataportal/includes/media.inc
411 411

  
412 412
          // media captions will be loaded via AHAH
413 413
          _add_js_ahah();
414
          $content_url = cdm_compose_url(CDM_WS_PORTAL_MEDIA, $media->uuid);
414
          $content_url = cdm_compose_ws_url(CDM_WS_PORTAL_MEDIA, $media->uuid);
415 415
          //if $captionElements == null, set $captionPartHtml = '' otherwise the loading image is shown but nothing is loaded.
416 416
          if ($captionElements) {
417 417

  
......
852 852
function taxon_media_gallery_universalviewer($taxon, $media) {
853 853

  
854 854
  $media_query_parameters = taxon_media_query_parameters();
855
  $manifest_uri = cdm_compose_url(
855
  $manifest_uri = cdm_compose_ws_url(
856 856
    CDM_WS_IIIF_TAXON_MANIFEST,
857 857
    array($taxon->uuid),
858 858
    queryString($media_query_parameters)

Also available in: Unified diff